From: Jim Kingdon Date: Wed, 19 May 1993 01:20:09 +0000 (+0000) Subject: * printcmd.c (print_address_symbolic): Use %u not %d for offset. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=511933e73b734c307f5f48ecb38a5ade533570cd;p=binutils-gdb.git * printcmd.c (print_address_symbolic): Use %u not %d for offset. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 68461f3824c..9d1f7173093 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,7 @@ Tue May 18 14:08:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + * printcmd.c (print_address_symbolic): Use %u not %d for offset. + * blockframe.c (get_prev_frame_info): If pc in sigtramp, set signal_handler_caller. * tm-68k.h (FRAME_{CHAIN,SAVED_PC}): Deal with sigtramp.