diff options
author | Ian Lance Taylor <ian@airs.com> | 1993-09-07 15:45:42 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1993-09-07 15:45:42 +0000 |
commit | f3e8b15d8e4ac6ff46fefe7ae67dda956285f6cb (patch) | |
tree | 9dc441f9df30f2c65179cf16199ae07acbeb458a /bfd | |
parent | db5e2a8baedb3771f5d6ee88fd310f0a35700745 (diff) | |
download | gdb-f3e8b15d8e4ac6ff46fefe7ae67dda956285f6cb.zip gdb-f3e8b15d8e4ac6ff46fefe7ae67dda956285f6cb.tar.gz gdb-f3e8b15d8e4ac6ff46fefe7ae67dda956285f6cb.tar.bz2 |
* elf32-i386.c (elf_howto_table): Set pcrel_offset to true for
R_386_PC32.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 51670ce..5852a2d 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +Mon Sep 6 15:28:07 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + + * elf32-i386.c (elf_howto_table): Set pcrel_offset to true for + R_386_PC32. + Fri Sep 3 13:06:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com) * configure.in: Reorganized setting of makefile variables so |