mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-02 14:13:49 +08:00
* config/tic80/tm-tic80.h (NAMES_HAVE_UNDERSCORE): Define.
This commit is contained in:
parent
8902803f75
commit
7fcf0be5e7
@ -1,3 +1,15 @@
|
|||||||
|
start-sanitize-tic80
|
||||||
|
Fri Mar 28 15:37:30 1997 Fred Fish <fnf@ninemoons.com>
|
||||||
|
|
||||||
|
* config/tic80/tm-tic80.h (NAMES_HAVE_UNDERSCORE): Define.
|
||||||
|
|
||||||
|
end-sanitize-tic80
|
||||||
|
Fri Mar 28 15:38:04 1997 Mike Meissner <meissner@cygnus.com>
|
||||||
|
|
||||||
|
* remote-sim.c (gdb_os_{,e}vprintf_filtered): Change stdarg type
|
||||||
|
to va_list from void *, since va_list might not be a pointer
|
||||||
|
type.
|
||||||
|
|
||||||
start-sanitize-gdbtk
|
start-sanitize-gdbtk
|
||||||
Fri Mar 28 17:04:02 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
|
Fri Mar 28 17:04:02 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
|
||||||
|
|
||||||
|
@ -31,6 +31,11 @@ struct frame_saved_regs;
|
|||||||
|
|
||||||
#define TARGET_BYTE_ORDER LITTLE_ENDIAN
|
#define TARGET_BYTE_ORDER LITTLE_ENDIAN
|
||||||
|
|
||||||
|
/* Define this if the C compiler puts an underscore at the front
|
||||||
|
of external names before giving them to the linker. */
|
||||||
|
|
||||||
|
#define NAMES_HAVE_UNDERSCORE
|
||||||
|
|
||||||
#define NUM_REGS 35
|
#define NUM_REGS 35
|
||||||
|
|
||||||
#define REGISTER_NAMES \
|
#define REGISTER_NAMES \
|
||||||
|
Loading…
Reference in New Issue
Block a user