diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-11-08 18:05:43 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-11-08 18:05:43 +0000 |
commit | 0631def34c7cbe424ce098da530eb458b78fad40 (patch) | |
tree | 89634400e77aa66e9594eb4dabbdbbd94479a0f9 | |
parent | e3581971f4e3ae21dbcfb0db1f154840bf3b5086 (diff) | |
download | gdb-0631def34c7cbe424ce098da530eb458b78fad40.zip gdb-0631def34c7cbe424ce098da530eb458b78fad40.tar.gz gdb-0631def34c7cbe424ce098da530eb458b78fad40.tar.bz2 |
* bout.c (callj_callback): Add new argument shrinking. Change all
callers. Handle relocs against section symbols correctly. If not
shrinking, don't subtract out dstidx; the subtraction is already
in the object file.
PR 5883.
-rw-r--r-- | bfd/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index d527d9e..d0a4fa3 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,14 @@ +Tue Nov 8 13:03:30 1994 Ian Lance Taylor <ian@sanguine.cygnus.com> + + * bout.c (callj_callback): Add new argument shrinking. Change all + callers. Handle relocs against section symbols correctly. If not + shrinking, don't subtract out dstidx; the subtraction is already + in the object file. + +Sun Nov 6 12:52:00 1994 Jeff Law (law@snake.cs.utah.edu) + + * som.h: Conditionally include <shl.h> and <dl.h>. + Thu Nov 3 18:19:13 1994 Ken Raeburn <raeburn@cujo.cygnus.com> * Makefile.in (ALL_MACHINES): Include m68knetbsd.o. |