projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1dd6ea2
)
* scripttempl/elf.sc: Add .debug_pubtypes and .debug_ranges.
author
Alan Modra
<amodra@gmail.com>
Thu, 3 May 2007 07:06:13 +0000
(07:06 +0000)
committer
Alan Modra
<amodra@gmail.com>
Thu, 3 May 2007 07:06:13 +0000
(07:06 +0000)
ld/ChangeLog
patch
|
blob
|
history
ld/scripttempl/elf.sc
patch
|
blob
|
history
diff --git
a/ld/ChangeLog
b/ld/ChangeLog
index 42162f1f56a5a55331d7cbf9121b2561726fba05..1064f775bc3265484772e38ae5de98dfafac2c13 100644
(file)
--- a/
ld/ChangeLog
+++ b/
ld/ChangeLog
@@
-1,3
+1,7
@@
+2007-05-03 Alan Modra <amodra@bigpond.net.au>
+
+ * scripttempl/elf.sc: Add .debug_pubtypes and .debug_ranges.
+
2007-05-01 Robert Millan <rmh@aybabtu.com>
* ldlang.c (lang_check): Error on architecture mismatch.
diff --git
a/ld/scripttempl/elf.sc
b/ld/scripttempl/elf.sc
index 8cc19a544fd50ac938191ff038f375708fad8238..f9f35f9ef46293d3faee23b8e1b189dc3146cfb1 100644
(file)
--- a/
ld/scripttempl/elf.sc
+++ b/
ld/scripttempl/elf.sc
@@
-505,6
+505,10
@@
cat <<EOF
.debug_typenames 0 : { *(.debug_typenames) }
.debug_varnames 0 : { *(.debug_varnames) }
+ /* DWARF 3 */
+ .debug_pubtypes 0 : { *(.debug_pubtypes) }
+ .debug_ranges 0 : { *(.debug_ranges) }
+
${TINY_DATA_SECTION}
${TINY_BSS_SECTION}