From 4f6d25a69ef68e11705304410500a5b110a7394c Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Mon, 17 Jun 1996 16:48:48 +0000 Subject: [PATCH] * dlltool.c (make_one_lib_file): Use BFD_RELOC_RVA rather than BFD_RELOC_32 in IDATA7. PR 9877. --- binutils/ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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 + + * 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 + + * 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 * objdump.c (dump_reloc_set): Add sec parameter. Change all -- 2.7.4