aboutsummaryrefslogtreecommitdiff
path: root/gas/symbols.c
AgeCommit message (Expand)AuthorFilesLines
1998-04-09 * symbols.c (max_indent_level): New global.Doug Evans1-1/+6
1998-04-08 * symbols.c (print_binary): New function.Doug Evans1-21/+44
1998-01-27 * as.c (parse_args): Add --keep-locals alias for -L.Richard Henderson1-10/+25
1997-08-25 * symbols.c (resolve_symbol_value): Store the value back into theIan Lance Taylor1-122/+172
1997-03-20Thu Mar 20 13:42:01 1997 H.J. Lu <hjl@lucon.org>Ian Lance Taylor1-5/+4
1997-03-16 * symbols.c (symbol_new): Don't call debug_verify_symchain.Ian Lance Taylor1-21/+46
1997-02-03 * symbols.c (resolve_symbol_value): Don't change X_add_number forIan Lance Taylor1-72/+84
1996-07-26 * symbols.c (S_SET_EXTERNAL): Let .weak override.Ian Lance Taylor1-7/+2
1996-07-05 * symbols.c (S_SET_EXTERNAL): Change as_warn to as_bad.Ian Lance Taylor1-7/+36
1996-06-20* config/tc-i386.c (md_number_to_chars): Deleted.Ken Raeburn1-3/+3
1996-06-19 * as.c (emulation_name): Remove unused static variable.Ian Lance Taylor1-2/+2
1996-05-28 * symbols.c (symbol_create): If bfd_make_empty_symbol fails, callIan Lance Taylor1-22/+56
1995-10-28 * symbols.c (symbol_find_or_make): Change name to be const.Ian Lance Taylor1-1/+11
1995-09-27 * symbols.c (S_IS_LOCAL): All symbols in reg_section are local.Ian Lance Taylor1-1/+4
1995-08-09 * symbols.c (symbol_begin): Set sy_frag of abs_symbol toIan Lance Taylor1-0/+1
1995-08-08 * struc-symbol.h (struct symbol): Add sy_mri_common bit.Ian Lance Taylor1-8/+91
1995-07-05 * symbols.c (S_SET_EXTERNAL): Warn if symbol is weak.Ian Lance Taylor1-38/+24
1994-12-20* frags.c (frag_init): Call obstack_begin on `frags'.Ken Raeburn1-6/+16
1994-09-28forgot to hit ^x^s after deleting "#if 1" linesKen Raeburn1-2/+0
1994-09-28(resolve_symbol_value, case O_symbol): Don't do any processing if add_symbol isKen Raeburn1-23/+84
1994-09-13* .gdbinit (pe, ps): Define new commands.Ken Raeburn1-44/+237
1994-01-28* symbols.c (dot_text_symbol, dot_data_symbol, dot_bss_symbol): Deleted.Ken Raeburn1-24/+20
1994-01-25 * symbols.c (S_IS_COMMON): Use bfd_is_com_section rather thanIan Lance Taylor1-8/+31
1993-09-13 * subsegs.c: Renamed non-BFD_ASSEMBLER subseg_new to subseg_set.Ian Lance Taylor1-8/+8
1993-09-10gcc lint. See ChangeLog for details. Also:Ian Lance Taylor1-3/+3
1993-09-01Deleted explicit "return" statements without values at the ends of functions.Ken Raeburn1-15/+20
1993-07-21 * Extensive changes to permit symbols to contain any expressionIan Lance Taylor1-21/+89
1993-07-16 * read.c (float_cons): Simplified parsing logic. IfIan Lance Taylor1-2/+3
1993-07-15 * Preliminary support for m88k-coff.Ian Lance Taylor1-0/+15
1993-07-14 * Removed sy_forward and replaced it with an undefined expressionIan Lance Taylor1-2/+48
1993-07-14 * Changes to keep a full expression as the value of a symbol, notIan Lance Taylor1-15/+22
1993-07-07 * symbols.c (fb_label_instance, fb_label_instance_inc): Don't dumpIan Lance Taylor1-13/+22
1993-07-07* symbols.c (symbol_new): Symbol value is type valueT.Ken Raeburn1-192/+293
1992-12-30Wed Dec 30 10:18:57 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-20/+3
1992-11-23Ran "indent", for GNU coding style; some code & comments still need fixup.Ken Raeburn1-442/+775
1992-02-13force all files to end in "/* end of filename"K. Richard Pixley1-1/+1
1992-02-13White space and comments only. The devo tree prior to this delta isK. Richard Pixley1-268/+266
1992-01-24 * symbols.c(colon): if a symbol is being multiply defined as exactlySteve Chamberlain1-4/+9
1991-11-06oops, syntax errorK. Richard Pixley1-1/+1
1991-11-06adjust STRIP_UNDERSCOREK. Richard Pixley1-33/+40
1991-09-01hack around memset().K. Richard Pixley1-1/+2
1991-08-28Better error reporting on missing local labels.K. Richard Pixley1-5/+35
1991-04-04Initial revisionK. Richard Pixley1-0/+614