diff options
author | Michael Meissner <gnu@the-meissners.org> | 1997-02-27 18:45:17 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1997-02-27 18:45:17 +0000 |
commit | b185d567f5725b40c42f2102c8932c1afbb1389d (patch) | |
tree | e1cd62c1db8aaac1f819f30ca739668cf06418cb /binutils | |
parent | 0f68bf0a91880b7dab3441f09bc5814f5780e198 (diff) | |
download | gdb-b185d567f5725b40c42f2102c8932c1afbb1389d.zip gdb-b185d567f5725b40c42f2102c8932c1afbb1389d.tar.gz gdb-b185d567f5725b40c42f2102c8932c1afbb1389d.tar.bz2 |
Use change-log-mode, not indented-text-mode
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/ChangeLog | 24 |
1 files changed, 23 insertions, 1 deletions
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 <ian@cygnus.com> + + * 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 <ian@cygnus.com> + + * 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 <ian@cygnus.com> * 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 |