mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-09 17:43:40 +08:00
adjust STRIP_UNDERSCORE, polish te-files
This commit is contained in:
parent
2e81fce47e
commit
ac7d9f2dd1
@ -2,9 +2,6 @@
|
||||
#define dpx2
|
||||
#define TC_M68K
|
||||
|
||||
/* Preserve leading underscore in symbol names. */
|
||||
#define STRIP_UNDERSCORE 0
|
||||
|
||||
/* The magic number is not the usual MC68MAGIC. */
|
||||
#define FILE_HEADER_MAGIC MC68KBCSMAGIC
|
||||
|
||||
|
@ -3,6 +3,3 @@
|
||||
|
||||
/* Return true if s (a non null string pointer), points to a local variable name. */
|
||||
#define LOCAL_LABEL(n) ((n)[0] == '.' && (n)[1] == 'L')
|
||||
|
||||
/* Compiler does not generate symbol names with a leading underscore. */
|
||||
#define STRIP_UNDERSCORE 0
|
||||
|
Loading…
Reference in New Issue
Block a user