mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 11:00:01 +08:00
add delta68 config
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
Wed Nov 9 14:53:03 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
|
||||||
|
|
||||||
|
* config/te-delta.h: New file, derived from te-sysv32.h.
|
||||||
|
|
||||||
Wed Nov 9 11:52:44 1994 Ian Lance Taylor (ian@cygnus.com)
|
Wed Nov 9 11:52:44 1994 Ian Lance Taylor (ian@cygnus.com)
|
||||||
|
|
||||||
* config/tc-ppc.c (ppc_bf): Always set coff_line_base.
|
* config/tc-ppc.c (ppc_bf): Always set coff_line_base.
|
||||||
|
@ -101,6 +101,7 @@ tc-vax.h
|
|||||||
tc-z8k.c
|
tc-z8k.c
|
||||||
tc-z8k.h
|
tc-z8k.h
|
||||||
te-386bsd.h
|
te-386bsd.h
|
||||||
|
te-delta.h
|
||||||
te-dpx2.h
|
te-dpx2.h
|
||||||
te-generic.h
|
te-generic.h
|
||||||
te-go32.h
|
te-go32.h
|
||||||
|
6
gas/config/te-delta.h
Normal file
6
gas/config/te-delta.h
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
/* Remove leading underscore from the gcc generated symbol names */
|
||||||
|
#define STRIP_UNDERSCORE
|
||||||
|
|
||||||
|
/* end of te-sysv32.h */
|
||||||
|
|
||||||
|
#define TE_DELTA
|
Reference in New Issue
Block a user