* h8300.h (ASM_OUTPUT_LABELREF): Define.
From-SVN: r24544
This commit is contained in:
parent
01f7628374
commit
ee65dab841
@ -19,6 +19,8 @@ Wed Jan 6 17:55:19 1999 Robert Lipe <robertlipe@usa.net>
|
||||
|
||||
Wed Jan 6 16:08:54 1999 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* h8300.h (ASM_OUTPUT_LABELREF): Define.
|
||||
|
||||
* pa.h (DONT_RECORD_EQUIVALENCE): Kill.
|
||||
* local-alloc.c (update_equiv_regs): Corresponding changes.
|
||||
* tm.texi (DONT_RECORD_EQUIVALENCE): Kill.
|
||||
|
@ -1186,6 +1186,9 @@ readonly_data() \
|
||||
#define ASM_OUTPUT_LABEL(FILE, NAME) \
|
||||
do { assemble_name (FILE, NAME); fputs (":\n", FILE); } while (0)
|
||||
|
||||
#define ASM_OUTPUT_LABELREF(FILE,NAME) \
|
||||
fprintf ((FILE), "%U%s", (NAME) + (TINY_DATA_NAME_P (NAME) ? 1 : 0))
|
||||
|
||||
#define ASM_OUTPUT_EXTERNAL(FILE, DECL, NAME)
|
||||
|
||||
/* This is how to output a command to make the user-level label named NAME
|
||||
|
Loading…
Reference in New Issue
Block a user