projects
/
openwrt.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add oleg's fix for ethtool
[openwrt.git]
/
package
/
linux
/
kernel-patches
/
208-gcc-3.4-fix
1
--- linux-2.4.30.old/arch/mips/ld.script.in 2005-04-28 23:22:23.513764016 +0400
2
+++ linux-2.4.30/arch/mips/ld.script.in 2005-04-28 23:22:36.329673152 +0400
3
@@ -9,6 +9,7 @@
4
{
5
_ftext = . ;
6
*(.text)
7
+ *(.fixup)
8
*(.rodata)
9
*(.rodata.*)
10
*(.rodata1)
This page took
0.043185 seconds
and
5
git commands to generate.