aboutsummaryrefslogtreecommitdiff
path: root/bfd
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1996-04-16 21:21:26 +0000
committerIan Lance Taylor <ian@airs.com>1996-04-16 21:21:26 +0000
commitcdf235577bf3edd2004dff1e857b4b71170ff4ba (patch)
tree9731c010e2f60288817f50e321ea46ae28e18042 /bfd
parente3e69b1328d20373043c170bb3aa4148d6c82a30 (diff)
downloadgdb-cdf235577bf3edd2004dff1e857b4b71170ff4ba.zip
gdb-cdf235577bf3edd2004dff1e857b4b71170ff4ba.tar.gz
gdb-cdf235577bf3edd2004dff1e857b4b71170ff4ba.tar.bz2
* aoutx.h (NAME(aout,squirt_out_relocs)): Don't do anything if
section->orelocation is NULL.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 029d3ea..ad92c2c 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,8 @@
Tue Apr 16 13:44:08 1996 Ian Lance Taylor <ian@cygnus.com>
+ * aoutx.h (NAME(aout,squirt_out_relocs)): Don't do anything if
+ section->orelocation is NULL.
+
* coffgen.c (bfd_coff_get_syment): New function.
(bfd_coff_get_auxent): New function.
* bfd-in.h (bfd_coff_get_syment): Declare.