diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-06-22 20:00:05 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-06-22 20:00:05 +0000 |
commit | 66f2c66f9383cc71086f42623df724206d7e4251 (patch) | |
tree | f2873f53d7ab447c40bfbf7950387c1bb819a664 | |
parent | b8ec8d4ab0764d664231e80efb5c55a71171f096 (diff) | |
download | gdb-66f2c66f9383cc71086f42623df724206d7e4251.zip gdb-66f2c66f9383cc71086f42623df724206d7e4251.tar.gz gdb-66f2c66f9383cc71086f42623df724206d7e4251.tar.bz2 |
* elfcode.h (elf_get_reloc_upper_bound): Correct.
-rw-r--r-- | bfd/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index a55e02c..6447cfe 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,7 @@ Wed Jun 22 10:52:47 1994 Ian Lance Taylor (ian@sanguine.cygnus.com) + * elfcode.h (elf_get_reloc_upper_bound): Correct. + * aout64.c (BMAGIC, QMAGIC): Define if not already defined. From Peter Schauer <pes@regent.e-technik.tu-muenchen.de>. |