diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-06-17 16:48:48 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-06-17 16:48:48 +0000 |
commit | 4f6d25a69ef68e11705304410500a5b110a7394c (patch) | |
tree | 268c0bc54d1a45daaf5b4610406a24ec82aad358 /binutils | |
parent | b81231b7865564f91e58e083ef2763ddec344603 (diff) | |
download | gdb-4f6d25a69ef68e11705304410500a5b110a7394c.zip gdb-4f6d25a69ef68e11705304410500a5b110a7394c.tar.gz gdb-4f6d25a69ef68e11705304410500a5b110a7394c.tar.bz2 |
* dlltool.c (make_one_lib_file): Use BFD_RELOC_RVA rather than
BFD_RELOC_32 in IDATA7.
PR 9877.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog index ace581e..9c46f66 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,19 @@ +Mon Jun 17 09:47:31 1996 Ian Lance Taylor <ian@cygnus.com> + + * dlltool.c (make_one_lib_file): Use BFD_RELOC_RVA rather than + BFD_RELOC_32 in IDATA7. + +Wed Jun 12 11:52:06 1996 Ian Lance Taylor <ian@cygnus.com> + + * nm.c (struct get_relocs_info): Define. + (line_numbers): New static variable. + (long_options): Add "line-numbers". + (usage): Mention -l and --line-numbers. + (main): Handle -l. + (print_symbol): Print line numbers if requested. + (get_relocs): New static function. + * binutils.texi, nm.1: Document -l/--line-numbers. + Tue Jun 11 20:12:15 1996 Ian Lance Taylor <ian@cygnus.com> * objdump.c (dump_reloc_set): Add sec parameter. Change all |