From 4b6d0f7873aa4ef0f6857b9796c633a1c07445a3 Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Fri, 9 Jun 1995 21:42:47 +0000 Subject: PR 7046: use unsigned compares in looking up items in the sorted symbol list, not signed; Also add --wide to print on wide columns --- binutils/ChangeLog | 20 ++++++++++++++++++++ binutils/binutils.texi | 7 ++++++- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/binutils/ChangeLog b/binutils/ChangeLog index 44956a4..04840a8 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,23 @@ +Fri Jun 9 17:26:11 1995 Michael Meissner + + * objdump.c (wide_output): New flag variable. + (usage): Print new -w, --wide options. + (long_options): Add --wide support. + (dump_section_header): If --wide, don't print a newline between + the section's first line and the flags. + (objdump_print_address): Use unsigned comparisons for the binary + search, not signed. + (disassemble_data): If --wide, don't put a \n between the + disassembly output and relocation information. + (main): Support -w option being the same as --wide. + +Thu Jun 1 17:09:27 1995 Ken Raeburn + + Sat May 6 08:52:24 1995 H.J. Lu (hjl@nynexst.com) + + * objcopy.c (smart_rename): make it smarter, clean up + if rename () fails. + Tue May 30 14:24:15 1995 Ken Raeburn * Makefile.in: Delete lines with lots of #### because four or more diff --git a/binutils/binutils.texi b/binutils/binutils.texi index d4dc72a..f316e2a 100644 --- a/binutils/binutils.texi +++ b/binutils/binutils.texi @@ -948,7 +948,7 @@ objdump [ -a | --archive-headers ] [ -r | --reloc ] [ -R | --dynamic-reloc ] [ -s | --full-contents ] [ --stabs ] [ -t | --syms ] [ -T | --dynamic-syms ] [ -x | --all-headers ] - [ --version ] [ --help ] @var{objfile}@dots{} + [ -w | --wide ] [ --version ] [ --help ] @var{objfile}@dots{} @end smallexample @code{objdump} displays information about one or more object files. @@ -1119,6 +1119,11 @@ Print the version number of @code{objdump} and exit. Display all available header information, including the symbol table and relocation entries. Using @samp{-x} is equivalent to specifying all of @samp{-a -f -h -r -t}. + +@item -w +@item --wide +@cindex wide output, printing +Format some lines for output devices that have more than 80 columns. @end table @node ranlib -- cgit v1.1