aboutsummaryrefslogtreecommitdiff
path: root/gas/read.c
AgeCommit message (Expand)AuthorFilesLines
2003-10-27 * ChangeLog: Fix typos.Kazu Hirata1-6/+6
2003-08-16 * read.c (s_print): Check for NULL.Alan Modra1-53/+54
2003-07-30 * read.c (s_space): Revert 2003-07-28 change.Rainer Orth1-1/+3
2003-07-28 * read.c (s_space): Don't warn about .space 0.Rainer Orth1-3/+1
2003-07-222003-07-22 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu1-1/+2
2003-06-24Update .comm error messages to assume an unsigned value.Nick Clifton1-1/+2
2003-06-11 * dw2gencfi.c (struct cfi_escape_data): New.Richard Henderson1-0/+7
2003-06-02 * read.c (emit_expr): Set dot_value.Alan Modra1-0/+2
2003-05-20 * dw2gencfi.c, dw2gencfi.h: New files.Alan Modra1-0/+11
2003-05-13 * read.c (old_buffer, old_input, old_limit): Remove variables.Hans-Peter Nilsson1-28/+16
2003-05-022003-05-01 H.J. Lu <hjl@gnu.org>H.J. Lu1-0/+3
2003-03-13(buffer_and_nest): Store more to sb instead of '\n'.Nick Clifton1-16/+16
2003-01-11 * read.c (get_absolute_expr): New, split out from..Alan Modra1-9/+16
2002-12-02Remove GASP.Nick Clifton1-4/+3
2002-12-02 * read.c (emit_expr) [WORKING_DOT_WORD]: Initialize x->use_jump.Hans-Peter Nilsson1-0/+1
2002-08-31 * read.c (do_align): Use ATTRIBUTE_UNUSED_LABEL for label, notHans-Peter Nilsson1-1/+1
2002-08-27 * dwarf2dbg.c: Always include dwarf2dbg.h.Alan Modra1-4/+2
2002-08-14Catch attempts to create strings in the abs section.Nick Clifton1-0/+9
2002-06-142002-06-14 H.J. Lu <hjl@gnu.org>Daniel Jacobowitz1-10/+15
2002-05-03 * as.h: Fix formatting.Kazu Hirata1-1/+1
2002-01-07do not allow size or nbytes to go negative.Nick Clifton1-3/+3
2001-10-12Generate warning message if .endr is used without preceeding .rept/.irc/.irpNick Clifton1-0/+11
2001-10-05 * subsegs.c (subseg_text_p): Return 0 for absolute section.Alan Modra1-0/+13
2001-09-19Locale changes from Bruno Haible <haible@clisp.cons.org>.H.J. Lu1-20/+16
2001-08-17 * ecoff.c (ecoff_frob_symbol): Remove casts from bfd_get_gp_size.Alan Modra1-1/+1
2001-08-01 * read.c: Standardize error/warning messages - don't capitalise, noAlan Modra1-63/+86
2001-07-27 * read.c (s_set): Check for missing symbol name.Alan Modra1-0/+9
2001-07-10Use FOPEN_.. macros in calls to fopen().Nick Clifton1-8/+10
2001-07-09Add .incbin pseudo opNick Clifton1-0/+116
2001-07-052001-07-05 Ben Elliston <bje@redhat.com>Ben Elliston1-2/+2
2001-05-31 * read.c (emit_leb128_expr): Call md_cons_align.Richard Henderson1-0/+5
2001-05-25Revert last patch.Alan Modra1-4/+3
2001-05-25 * expr.c (expr): Set return value to absolute_section forAlan Modra1-3/+4
2001-05-14 * ehopt.c (get_cie_info): Rename from eh_frame_code_alignment;Richard Henderson1-0/+7
2001-03-282001-03-28 H.J. Lu <hjl@gnu.org>H.J. Lu1-1/+9
2001-03-27(for COFF) default symbols to being local.Nick Clifton1-0/+6
2001-03-17Teach .org to handle complex expressionsAlan Modra1-2/+10
2001-03-08Fix copyright noticesNick Clifton1-2/+2
2000-12-28 * as.h (rs_align_test): New.Richard Henderson1-20/+8
2000-11-17 * as.c (debug_type): Init to DEBUG_UNSPECIFIED.Richard Henderson1-21/+5
2000-11-072000-11-06 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-14/+12
2000-11-02Preserve copy of case clobber opcodes so that .req pseudo op worksNick Clifton1-1/+8
2000-10-25Add --gdwarf2 support to ARM toolchainNick Clifton1-1/+8
2000-09-122000-09-11 Kazu Hirata <kazu@hxi.com>Kazu Hirata1-59/+59
2000-07-28comment-finding hack for hppa-linux.Alan Modra1-0/+11
2000-07-20Fix formatting.Nick Clifton1-520/+510
2000-06-09Don't treat `;' as a line separator by default.Alan Modra1-4/+0
2000-06-04(is_end_of_line): Add three missing lines of 0 initializers.Alan Modra1-0/+3
2000-06-04(is_end_of_line): No ';' for TC_HPPA.Alan Modra1-0/+4
2000-06-032000-06-03 H.J. Lu <hjl@gnu.org>H.J. Lu1-1/+1