aboutsummaryrefslogtreecommitdiff
path: root/bfd/ChangeLog
diff options
context:
space:
mode:
authorSteve Chamberlain <sac@cygnus>1992-02-21 19:06:34 +0000
committerSteve Chamberlain <sac@cygnus>1992-02-21 19:06:34 +0000
commitd05511ca578fa8542772fea82796f3b231e50e1b (patch)
tree7c9c22f6a2d253e288cb43a9d625d488e356beeb /bfd/ChangeLog
parent1a9e2cf89e77902d5a38e09dedd29a04ab6ea39d (diff)
downloadgdb-d05511ca578fa8542772fea82796f3b231e50e1b.zip
gdb-d05511ca578fa8542772fea82796f3b231e50e1b.tar.gz
gdb-d05511ca578fa8542772fea82796f3b231e50e1b.tar.bz2
* coffcode.h (coff_swap_aux_in): lint, (coff_print_symbol): prints
out tagndx too. * aoutx.h (swap_std_reloc_out, swap_ext_reloc_out): use the output section of a symbol rather than the section of a reffed symbol to determine the r_index of an emmitted reloc.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r--bfd/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 63cb5b9..1fa7b81 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,11 @@
+Fri Feb 21 10:57:54 1992 Steve Chamberlain (sac at rtl.cygnus.com)
+
+ * coffcode.h (coff_swap_aux_in): lint, (coff_print_symbol): prints
+ out tagndx too.
+ * aoutx.h (swap_std_reloc_out, swap_ext_reloc_out): use the output
+ section of a symbol rather than the section of a reffed symbol to
+ determine the r_index of an emmitted reloc.
+
Thu Feb 20 18:10:34 1992 Per Bothner (bothner at cygnus.com)
* PORTING: New (preliminary) porting guide.