mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 04:00:07 +08:00
adjust STRIP_UNDERSCORE, polish te-files
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user