OSDN Git Service

Do not allow symbols to be created in the absolute section.
[pf3gnuchains/pf3gnuchains3x.git] / gas / symbols.c
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