Match the DBX_OUTPUT_MAIN_SOURCE_FILE_END definition in dbxelf.h.
Bug found by: bde
This commit is contained in:
parent
a3d37b1322
commit
4467cfa4b4
@ -397,8 +397,9 @@ Boston, MA 02111-1307, USA. */
|
|||||||
#define DBX_OUTPUT_MAIN_SOURCE_FILE_END(FILE, FILENAME) \
|
#define DBX_OUTPUT_MAIN_SOURCE_FILE_END(FILE, FILENAME) \
|
||||||
do { \
|
do { \
|
||||||
if (TARGET_ELF) { \
|
if (TARGET_ELF) { \
|
||||||
fprintf ((FILE), "\t.text\n\t.stabs \"\",%d,0,0,%LLetext\n%LLetext:\n", \
|
asm_fprintf ((FILE), \
|
||||||
N_SO); \
|
"\t.text\n\t.stabs \"\",%d,0,0,%LLetext\n%LLetext:\n",\
|
||||||
|
N_SO); \
|
||||||
} \
|
} \
|
||||||
} while (0)
|
} while (0)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user