diff options
author | Ken Raeburn <raeburn@cygnus> | 1994-12-30 23:54:59 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1994-12-30 23:54:59 +0000 |
commit | f949f7b8c5d2997c95cb39d7d43fccbdbdef77b5 (patch) | |
tree | 1a7ae220386295f2f6cde667bf683faf6985f1fc /gas/ChangeLog | |
parent | d3d75ec97d91fe629105ce3dd96a4cd461561f6e (diff) | |
download | gdb-f949f7b8c5d2997c95cb39d7d43fccbdbdef77b5.zip gdb-f949f7b8c5d2997c95cb39d7d43fccbdbdef77b5.tar.gz gdb-f949f7b8c5d2997c95cb39d7d43fccbdbdef77b5.tar.bz2 |
* listing.c (list_symbol_table): Build a format string based on the size of the
value to be printed, as long as "unsigned long" is at least as wide, after
handling the special case of 4-byte values.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 96bd0a4..fcc2061 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +Fri Dec 30 18:21:41 1994 Ken Raeburn <raeburn@cujo.cygnus.com> + + * listing.c (list_symbol_table): Build a format string based on + the size of the value to be printed, as long as "unsigned long" is + at least as wide, after handling the special case of 4-byte + values. + Wed Dec 28 20:57:37 1994 Jeff Law (law@snake.cs.utah.edu) * config/tc-hppa.c (pa_subspace): For sections with the ZERO |