mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 03:42:22 +08:00
* utils.c (printchar): Print 0x7F and 0x80-0x9F in \nnn notation
even when printing 8-bit characters.
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
Fri May 1 01:53:26 1992 John Gilmore (gnu at cygnus.com)
|
||||
|
||||
* utils.c (printchar): Print 0x7F and 0x80-0x9F in \nnn notation
|
||||
even when printing 8-bit characters.
|
||||
|
||||
* gdbtypes.c (make_{reference,pointer,function}_type): New
|
||||
functions which handle overwriting of forward-referenced types
|
||||
for stabs file reading.
|
||||
@ -41,6 +44,16 @@ Wed Apr 29 15:26:51 1992 Per Bothner (bothner@rtl.cygnus.com)
|
||||
variables. Instead, place all shared variables in a
|
||||
stack-allocated structure, and pass around its address.
|
||||
|
||||
Wed Apr 29 23:39:38 1992 John Gilmore (gnu at cygnus.com)
|
||||
|
||||
* m68k-pinsn.c (print_insn_arg): When we really want sign
|
||||
extension, use "signed char". (Doesn't work on non-ANSI
|
||||
compilers with char unsigned by default. FIXME.)
|
||||
|
||||
Mon Apr 27 20:06:14 1992 John Gilmore (gnu at cygnus.com)
|
||||
|
||||
* munch: Add sort -u to avoid duplications.
|
||||
|
||||
Fri Apr 24 07:41:19 1992 Stu Grossman (grossman at cygnus.com)
|
||||
|
||||
* Makefile.in (make-proto-gdb-1): 1st cut at packaging
|
||||
|
Reference in New Issue
Block a user