diff options
author | Fred Fish <fnf@specifix.com> | 1998-01-23 02:37:34 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1998-01-23 02:37:34 +0000 |
commit | ffeec95486a5c3bfe335ec776a3c513410ee81e0 (patch) | |
tree | 6be4de74da3346a8b357d16c46e12dcd29e60016 /binutils | |
parent | fcd533e09e9044feafca21b902095963cfbd5ec0 (diff) | |
download | gdb-ffeec95486a5c3bfe335ec776a3c513410ee81e0.zip gdb-ffeec95486a5c3bfe335ec776a3c513410ee81e0.tar.gz gdb-ffeec95486a5c3bfe335ec776a3c513410ee81e0.tar.bz2 |
* objdump.c (disassemble_bytes): Add flag INSN_HAS_RELOC to tell
disassembly function there is a reloc on this line.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 5750664..48e903f 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,8 @@ +Thu Jan 22 16:22:55 1998 Fred Fish <fnf@cygnus.com> + + * objdump.c (disassemble_bytes): Add flag INSN_HAS_RELOC to tell + disassembly function there is a reloc on this line. + Wed Jan 14 15:29:43 1998 Richard Henderson <rth@cygnus.com> * srconv.c (sh, h8300): Delete variables. |