aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1993-02-25 14:28:02 +0000
committerKen Raeburn <raeburn@cygnus>1993-02-25 14:28:02 +0000
commit539a840f7b25da6a3dd149b798a933b7ebe5a37c (patch)
tree021086410af6181e87ffe04f032a16b3dd41c426 /bfd
parentee948e4e23f78de7932ed4edc8b29003adf682f5 (diff)
downloadgdb-539a840f7b25da6a3dd149b798a933b7ebe5a37c.zip
gdb-539a840f7b25da6a3dd149b798a933b7ebe5a37c.tar.gz
gdb-539a840f7b25da6a3dd149b798a933b7ebe5a37c.tar.bz2
* elf.c (elf_write_object_contents): Section ".shstrtab" should be
type SHT_STRTAB. Don't alter file offset for section 0. (reloc_type_names): Now an array instead of a macro. Still inside "#if 0", since it's used only in debugging code also in "#if 0". (struct elf_reloc_map_elt, struct elf_reloc_map): New types. (sort_reloc_map): New function. (sparc_reloc_map): New variable. (elf_bfd_reloc_type_lookup): New function. Now bfd-gas can create valid empty object files for sun4sol2.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index e57946a..d7a7e75 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,14 @@
+Thu Feb 25 02:15:52 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
+
+ * elf.c (elf_write_object_contents): Section ".shstrtab" should be
+ type SHT_STRTAB. Don't alter file offset for section 0.
+ (reloc_type_names): Now an array instead of a macro. Still inside
+ "#if 0", since it's used only in debugging code also in "#if 0".
+ (struct elf_reloc_map_elt, struct elf_reloc_map): New types.
+ (sort_reloc_map): New function.
+ (sparc_reloc_map): New variable.
+ (elf_bfd_reloc_type_lookup): New function.
+
Tue Feb 23 12:17:16 1993 Ian Lance Taylor (ian@cygnus.com)
* bfd-in.h (JUMP_TABLE): Added bfd_reloc_type_lookup and