diff options
Diffstat (limited to 'gas/as.h')
-rw-r--r-- | gas/as.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -247,9 +247,7 @@ enum _relax_state 1 constant byte: no-op fill control byte. */ rs_space_nop, - /* Similar to rs_fill. It is used to implement .nops directive. - When listings are enabled, fr_opcode gets the buffer assigned, once - that's available. */ + /* Similar to rs_fill. It is used to implement .nops directive. */ rs_fill_nop, /* A DWARF leb128 value; only ELF uses this. The subtype is 0 for @@ -341,7 +339,8 @@ COMMON enum synth_cfi_type flag_synth_cfi; /* This is true if the assembler should output time and space usage. */ COMMON unsigned char flag_print_statistics; -/* True if local absolute symbols are to be stripped. */ +/* True (positive) if local absolute symbols are to be stripped. Negative if + even pre-defined symbols should be emitted. */ COMMON int flag_strip_local_absolute; /* True if we should generate a traditional format object file. */ @@ -516,6 +515,7 @@ void as_report_context (void); const char * as_where (unsigned int *); const char * as_where_top (unsigned int *); const char * as_where_physical (unsigned int *); +void predefine_symbol (const char *, valueT); void bump_line_counters (void); void do_scrub_begin (int); void input_scrub_begin (void); |