OSDN Git Service

* gas/config/tc-m68k.c (find_cf_chip): Merge into ...
[pf3gnuchains/pf3gnuchains3x.git] / gas / symbols.c
2006-01-09 hjlgas/
2005-12-22 jbeulichgas/
2005-12-05 danglin Bug gas/1948
2005-11-17 jbeulichgas/
2005-11-14 amodra * symbols.c (S_GET_VALUE): Remove non-BFD assembler...
2005-11-04 aolivagas/ChangeLog:
2005-10-27 jbeulichgas/
2005-10-24 aolivagas/ChangeLog:
2005-10-11 nickcThis adjusts equate handling by
2005-08-11 amodra * README-vms: Delete.
2005-05-17 nickc* config/tc-v850,h (TC_FIX_TYPE): Define. (TC_INIT_FIX_...
2005-05-05 nickcUpdate the address and phone number of the FSF
2005-04-29 bje * Makefile.am (GAS_CFILES): Remove bignum-copy.c.
2005-04-20 hjl2005-04-20 H.J. Lu <hongjiu.lu@intel.com>
2005-04-19 jbeulichgas/
2005-04-11 amodra * symbols.c (symbol_X_add_number): Change return type...
2005-04-10 echristo2005-04-10 Eric Christopher <echristo@redhat.com>
2005-04-09 amodra PR gas/827
2005-03-02 amodra * symbols.c (fb_label_name): Fix silly thinko in last...
2005-03-01 amodra * symbols.c (fb_label_name): Allow an augend of 2...
2005-01-21 bje * as.h: Remove #if 0'd code.
2004-11-09 hjl2004-11-08 H.J. Lu <hongjiu.lu@intel.com>
2004-11-08 nickcFix support for PECOFF weak symbols
2004-11-03 hp * symbols.c (colon) [!WORKING_DOT_WORD]: Don't declare
2004-06-21 nickc* gas/symbols.c: While discarding ordinary local absolu...
2004-05-11 nickcApply H.J.'s patch to fix label arithmetic when multipl...
2003-11-30 kazu * symbols.c: Convert to ISO-C.
2003-10-27 kazu * ChangeLog: Fix typos.
2003-05-27 rth * expr.c (make_expr_symbol): Fold FAKE_LABEL_NA...
2003-05-27 rth * symbols.c (temp_label_name): New.
2003-05-20 amodra * dw2gencfi.c, dw2gencfi.h: New files.
2003-01-24 amodraUpdate copyright date
2003-01-23 amodra * symbols.c (S_FORCE_RELOC): Add "strict" param.
2002-12-01 amodra * symbols.c (report_op_error): New function, broken...
2002-11-28 jakub * symbols.c (S_SET_THREAD_LOCAL): New function.
2002-09-20 nickcsymbols.c (colon): Do not allow symbols to be created...
2002-09-20 nickcDo not allow symbols to be created in the absolute...
2002-09-05 amodragas reloc rewrite.
2002-06-12 bje * symbols.c (resolve_symbol_value): Initialise final_val.
2002-06-07 amodra * symbols.c: Replace CONST by const throughout.
2002-05-18 kazu * app.c: Fix formatting.
2002-05-03 kazu * as.h: Fix formatting.
2002-04-03 amodra * symbols.c (resolve_symbol_value <O_uminus, O_bit_not,
2001-09-19 hjlLocale changes from Bruno Haible <haible@clisp.cons...
2001-09-09 amodra * expr.c (expr): Move code setting "retval" to the...
2001-08-09 amodra * symbols.c: Add missing prototypes.
2001-08-01 amodra * read.c: Standardize error/warning messages - don...
2001-07-23 amodra * symbols.c (S_GET_VALUE): Don't treat O_constant...
2001-07-05 amodra * struc-symbol.h (struct local_symbol): Rename lsy_off...
2001-06-05 nickcDo not allow .globl to override .section
2001-05-25 amodra * symbols.c (resolve_symbol_value): Always set segment...
2001-05-24 amodra * symbols.c (resolve_symbol_value): Clear sy_resolving...
2001-05-22 amodra * symbols.c (resolve_symbol_value): Remove "finalize...
2001-04-14 aoliva* struc-symbol.h (struct local_symbol): New TC_LOCAL_SY...
2001-03-30 amodraMulti-pass relaxation machinery.
2001-03-08 nickcFix copyright notices
2001-02-24 ciceron * symbols.c (decode_local_label_name): Initialize...
2001-01-23 kazu2001-01-23 Kazu Hirata <kazu@hxi.com>
2001-01-15 nickcDelete output file upon fatal errors.
2001-01-11 nickcFix local label code to use LOCAL_LABEL_PREFIX
2000-08-10 kazu2000-08-10 Kazu Hirata <kazu@hxi.com>
2000-06-19 nickcUse bfd_octets_per_byte instead of OCTETS_PER_BYTE
2000-02-03 twalloctets vs bytes changes for GAS
2000-01-26 amodraThis set of patches add support for aout emulation...
1999-08-03 ian * config/obj-coff.c (coff_frob_symbol): Always update...
1999-07-15 nickcoops - omitted from previous delta
1999-07-11 ian * Many files: Changes to avoid gcc warnings: Add ATTRI...
1999-06-11 ian * struc-symbol.h: Put local_symbol code in ifdef BFD_A...
1999-06-10 ian * symbols.c (resolve_symbol_value): Don't permit subtr...
1999-06-10 ian * symbols.c (copy_symbol_attributes): Convert local...
1999-06-03 ian * symbols.c (symbol_set_tc): Correct name.
1999-06-03 ian Add support for storing local symbols in a small struc...
1999-05-06 rth * symbols.c (symbol_find_base): Use memcpy...
1999-05-03 rthInitial revision