aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1993-09-23 21:59:07 +0000
committerIan Lance Taylor <ian@airs.com>1993-09-23 21:59:07 +0000
commit74376674866fd3a4985d09df41015bedf7633dc8 (patch)
tree406288c519f8f8c8318d701eed0660c1e314e549 /bfd/ChangeLog
parent15fff00f6e9a2d35b33cd214fbe7f7b8824dbd16 (diff)
downloadgdb-74376674866fd3a4985d09df41015bedf7633dc8.zip
gdb-74376674866fd3a4985d09df41015bedf7633dc8.tar.gz
gdb-74376674866fd3a4985d09df41015bedf7633dc8.tar.bz2
* archive.c (compute_and_write_armap): Put weak symbols in the
armap. * elfcode.h (fix_up_strtabs): Set sh_entsize for the .stab section, not the .stabstr section. Set the type of the .stabstr section to SHT_STRTAB. (elf_section_from_bfd_section): Handle SHT_STRTAB sections. Also set SEC_DEBUGGING for appropriate SHT_STRTAB sections.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index d6fc527..2974237 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -6,10 +6,18 @@ Thu Sep 23 11:06:34 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
Thu Sep 23 10:48:27 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
+ * archive.c (compute_and_write_armap): Put weak symbols in the
+ armap.
+
+ * elfcode.h (fix_up_strtabs): Set sh_entsize for the .stab
+ section, not the .stabstr section. Set the type of the .stabstr
+ section to SHT_STRTAB.
+ (elf_section_from_bfd_section): Handle SHT_STRTAB sections.
+
* section.c (SEC_DEBUGGING): New section flag.
* elfcode.h (bfd_section_from_shdr): If section is SHT_PROGBITS,
and the name starts with .debug, .line or .stab, set
- SEC_DEBUGGING.
+ SEC_DEBUGGING. If SHT_STRTAB, check for .debug and .stab.
* elf32-target.h (TARGET_BIG_SYM, TARGET_LITTLE_SYM): Added
SEC_DEBUGGING to section_flags.
* elf64-target.h (TARGET_BIG_SYM, TARGET_LITTLE_SYM): Added