From: Michael Meissner Date: Thu, 27 Feb 1997 18:45:17 +0000 (+0000) Subject: Use change-log-mode, not indented-text-mode X-Git-Tag: gdb-4_18~6292 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b185d567f5725b40c42f2102c8932c1afbb1389d;p=platform%2Fupstream%2Fbinutils.git Use change-log-mode, not indented-text-mode --- diff --git a/binutils/ChangeLog b/binutils/ChangeLog index b79c240..84054af 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,25 @@ +Tue Feb 25 21:28:38 1997 Ian Lance Taylor + + * objdump.c (adjust_section_vma): New static variable. + (usage): Mention --adjust-section-vma. + (OPTION_ADJUST_VMA): Define. + (long_options): Add "addjust-vma". + (display_bfd): If adjust_section_vma is not 0, add it to all the + section addresses. + (main): Handle OPTION_ADJUST_VMA. + * binutils.texi, objdump.1: Document --adjust-vma. + +Fri Feb 14 18:46:47 1997 Ian Lance Taylor + + * nm.c (print_symbol): Cache the BFD as well as the symbols and + relocs, and don't try to use the symbols or relocs with a + different BFD. + +Thu Feb 13 21:34:43 1997 Klaus Kaempf (kkaempf@progis.de) + + * config.h-vms: sbrk() is provided on openVMS/Alpha. + * makefile.vms: allow compiling with current gcc snapshot. + Thu Feb 13 20:14:40 1997 Ian Lance Taylor * arsup.c, coffgrok.c, dlltool.c, nlmconv.c: Use xmalloc rather @@ -4660,7 +4682,7 @@ Fri May 3 22:21:44 1991 John Gilmore (gnu at cygint.cygnus.com) Local Variables: -mode: indented-text +mode: change-log left-margin: 8 fill-column: 74 version-control: never