diff options
author | Ian Lance Taylor <ian@airs.com> | 1996-07-03 15:46:26 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1996-07-03 15:46:26 +0000 |
commit | 4702444f699715f7741e7b08c7e27d888b1945ff (patch) | |
tree | 3e11fc9de7ce1782300c843d3668a9c0050fda92 | |
parent | e74acce48c1b4efc29fd1e9e84639b77383aa002 (diff) | |
download | gdb-4702444f699715f7741e7b08c7e27d888b1945ff.zip gdb-4702444f699715f7741e7b08c7e27d888b1945ff.tar.gz gdb-4702444f699715f7741e7b08c7e27d888b1945ff.tar.bz2 |
* ldlang.c (print_padding_statement): Use %u, not %x, to print
fill value.
-rw-r--r-- | ld/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 19ed302..9df00b3 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,8 @@ +Wed Jul 3 11:40:10 1996 Ian Lance Taylor <ian@cygnus.com> + + * ldlang.c (print_padding_statement): Use %u, not %x, to print + fill value. + Sun Jun 30 11:16:43 1996 Stan Shebs <shebs@andros.cygnus.com> * mpw-eppcmac.c: Update to reflect May 23 change to aix.em. |