aboutsummaryrefslogtreecommitdiff
path: root/gas/symbols.c
AgeCommit message (Expand)AuthorFilesLines
2003-11-30 * symbols.c: Convert to ISO-C.Kazu Hirata1-230/+112
2003-10-27 * ChangeLog: Fix typos.Kazu Hirata1-1/+1
2003-05-27 * expr.c (make_expr_symbol): Fold FAKE_LABEL_NAME use into theRichard Henderson1-4/+2
2003-05-27 * symbols.c (temp_label_name): New.Richard Henderson1-0/+34
2003-05-20 * dw2gencfi.c, dw2gencfi.h: New files.Alan Modra1-3/+1
2003-01-24Update copyright dateAlan Modra1-10/+10
2003-01-23 * symbols.c (S_FORCE_RELOC): Add "strict" param.Alan Modra1-4/+6
2002-12-01 * symbols.c (report_op_error): New function, broken out of ...Alan Modra1-53/+82
2002-11-28 * symbols.c (S_SET_THREAD_LOCAL): New function.Jakub Jelinek1-0/+19
2002-09-20symbols.c (colon): Do not allow symbols to be created in the absolute sectionNick Clifton1-7/+8
2002-09-20Do not allow symbols to be created in the absolute section.Nick Clifton1-1/+7
2002-09-05gas reloc rewrite.Alan Modra1-0/+22
2002-06-12 * symbols.c (resolve_symbol_value): Initialise final_val.Ben Elliston1-1/+1
2002-06-07 * symbols.c: Replace CONST by const throughout.Alan Modra1-16/+23
2002-05-18 * app.c: Fix formatting.Kazu Hirata1-1/+1
2002-05-03 * as.h: Fix formatting.Kazu Hirata1-4/+4
2002-04-03 * symbols.c (resolve_symbol_value <O_uminus, O_bit_not,Alan Modra1-11/+27
2001-09-19Locale changes from Bruno Haible <haible@clisp.cons.org>.H.J. Lu1-11/+7
2001-09-09 * expr.c (expr): Move code setting "retval" to the end of the loop,Alan Modra1-35/+90
2001-08-09 * symbols.c: Add missing prototypes.Alan Modra1-0/+1
2001-08-01 * read.c: Standardize error/warning messages - don't capitalise, noAlan Modra1-15/+15
2001-07-23 * symbols.c (S_GET_VALUE): Don't treat O_constant and localAlan Modra1-2/+2
2001-07-05 * struc-symbol.h (struct local_symbol): Rename lsy_offset toAlan Modra1-13/+13
2001-06-05Do not allow .globl to override .sectionNick Clifton1-0/+11
2001-05-25 * symbols.c (resolve_symbol_value): Always set segment, even whenAlan Modra1-9/+9
2001-05-24 * symbols.c (resolve_symbol_value): Clear sy_resolving beforeAlan Modra1-0/+1
2001-05-22 * symbols.c (resolve_symbol_value): Remove "finalize" param,Alan Modra1-21/+16
2001-04-14* struc-symbol.h (struct local_symbol): New TC_LOCAL_SYMFIELD_TYPE.Alexandre Oliva1-0/+4
2001-03-30Multi-pass relaxation machinery.Alan Modra1-2/+10
2001-03-08Fix copyright noticesNick Clifton1-1/+2
2001-02-24 * symbols.c (decode_local_label_name): Initialize message_formatStephane Carrez1-2/+3
2001-01-232001-01-23 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-2/+2
2001-01-15Delete output file upon fatal errors.Nick Clifton1-4/+4
2001-01-11Fix local label code to use LOCAL_LABEL_PREFIXNick Clifton1-9/+21
2000-08-102000-08-10 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-221/+188
2000-06-19Use bfd_octets_per_byte instead of OCTETS_PER_BYTENick Clifton1-2/+2
2000-02-03octets vs bytes changes for GASTimothy Wall1-3/+3
2000-01-26This set of patches add support for aout emulation on the x86Alan Modra1-9/+15
1999-08-03 * config/obj-coff.c (coff_frob_symbol): Always update set_end withIan Lance Taylor1-1/+1
1999-07-15oops - omitted from previous deltaNick Clifton1-0/+3
1999-07-11 * Many files: Changes to avoid gcc warnings: Add ATTRIBUTE_UNUSEDIan Lance Taylor1-2/+2
1999-06-11 * struc-symbol.h: Put local_symbol code in ifdef BFD_ASSEMBLER.Ian Lance Taylor1-5/+29
1999-06-10 * symbols.c (resolve_symbol_value): Don't permit subtraction ofIan Lance Taylor1-2/+5
1999-06-10 * symbols.c (copy_symbol_attributes): Convert local symbols toIan Lance Taylor1-2/+2
1999-06-03 * symbols.c (symbol_set_tc): Correct name.Ian Lance Taylor1-1/+1
1999-06-03 Add support for storing local symbols in a small structure to saveIan Lance Taylor1-47/+729
1999-05-06 * symbols.c (symbol_find_base): Use memcpy instead of strcpy.Richard Henderson1-10/+17
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson1-0/+1785