summaryrefslogtreecommitdiff
path: root/gas/symbols.c
Commit message (Expand)AuthorAgeFilesLines
...
* gas/ChangeLog:Alexandre Oliva2005-11-041-1/+2
* gas/Jan Beulich2005-10-271-0/+20
* gas/ChangeLog:Alexandre Oliva2005-10-241-2/+137
* This adjusts equate handling byNick Clifton2005-10-111-0/+185
* * README-vms: Delete.Alan Modra2005-08-111-124/+9
* * config/tc-v850,h (TC_FIX_TYPE): Define. (TC_INIT_FIX_TYPE): Define.Nick Clifton2005-05-171-8/+18
* Update the address and phone number of the FSFNick Clifton2005-05-051-2/+2
* * Makefile.am (GAS_CFILES): Remove bignum-copy.c.Ben Elliston2005-04-291-15/+2
* 2005-04-20 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2005-04-201-7/+1
* gas/Jan Beulich2005-04-191-19/+1
* * symbols.c (symbol_X_add_number): Change return type to "offsetT *".Alan Modra2005-04-111-3/+3
* 2005-04-10 Eric Christopher <echristo@redhat.com>Eric Christopher2005-04-101-1/+1
* PR gas/827Alan Modra2005-04-091-0/+13
* * symbols.c (fb_label_name): Fix silly thinko in last change.Alan Modra2005-03-021-4/+2
* * symbols.c (fb_label_name): Allow an augend of 2 for mmix.Alan Modra2005-03-011-2/+8
* * as.h: Remove #if 0'd code.Ben Elliston2005-01-211-10/+0
* 2004-11-08 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2004-11-091-2/+2
* Fix support for PECOFF weak symbolsNick Clifton2004-11-081-2/+19
* * symbols.c (colon) [!WORKING_DOT_WORD]: Don't declareHans-Peter Nilsson2004-11-031-3/+0
* * gas/symbols.c: While discarding ordinary local absolute symbolsNick Clifton2004-06-211-1/+3
* Apply H.J.'s patch to fix label arithmetic when multiple same-name sections a...Nick Clifton2004-05-111-2/+11
* * symbols.c: Convert to ISO-C.Kazu Hirata2003-11-301-230/+112
* * ChangeLog: Fix typos.Kazu Hirata2003-10-271-1/+1
* * expr.c (make_expr_symbol): Fold FAKE_LABEL_NAME use into theRichard Henderson2003-05-271-4/+2
* * symbols.c (temp_label_name): New.Richard Henderson2003-05-271-0/+34
* * dw2gencfi.c, dw2gencfi.h: New files.Alan Modra2003-05-201-3/+1
* Update copyright dateAlan Modra2003-01-241-10/+10
* * symbols.c (S_FORCE_RELOC): Add "strict" param.Alan Modra2003-01-231-4/+6
* * symbols.c (report_op_error): New function, broken out of ...Alan Modra2002-12-011-53/+82
* * symbols.c (S_SET_THREAD_LOCAL): New function.Jakub Jelinek2002-11-281-0/+19
* symbols.c (colon): Do not allow symbols to be created in the absolute sectionNick Clifton2002-09-201-7/+8
* Do not allow symbols to be created in the absolute section.Nick Clifton2002-09-201-1/+7
* gas reloc rewrite.Alan Modra2002-09-051-0/+22
* * symbols.c (resolve_symbol_value): Initialise final_val.Ben Elliston2002-06-121-1/+1
* * symbols.c: Replace CONST by const throughout.Alan Modra2002-06-071-16/+23
* * app.c: Fix formatting.Kazu Hirata2002-05-181-1/+1
* * as.h: Fix formatting.Kazu Hirata2002-05-031-4/+4
* * symbols.c (resolve_symbol_value <O_uminus, O_bit_not,Alan Modra2002-04-031-11/+27
* Locale changes from Bruno Haible <haible@clisp.cons.org>.H.J. Lu2001-09-191-11/+7
* * expr.c (expr): Move code setting "retval" to the end of the loop,Alan Modra2001-09-091-35/+90
* * symbols.c: Add missing prototypes.Alan Modra2001-08-091-0/+1
* * read.c: Standardize error/warning messages - don't capitalise, noAlan Modra2001-08-011-15/+15
* * symbols.c (S_GET_VALUE): Don't treat O_constant and localAlan Modra2001-07-231-2/+2
* * struc-symbol.h (struct local_symbol): Rename lsy_offset toAlan Modra2001-07-051-13/+13
* Do not allow .globl to override .sectionNick Clifton2001-06-051-0/+11
* * symbols.c (resolve_symbol_value): Always set segment, even whenAlan Modra2001-05-251-9/+9
* * symbols.c (resolve_symbol_value): Clear sy_resolving beforeAlan Modra2001-05-241-0/+1
* * symbols.c (resolve_symbol_value): Remove "finalize" param,Alan Modra2001-05-221-21/+16
* * struc-symbol.h (struct local_symbol): New TC_LOCAL_SYMFIELD_TYPE.Alexandre Oliva2001-04-141-0/+4
* Multi-pass relaxation machinery.Alan Modra2001-03-301-2/+10