aboutsummaryrefslogtreecommitdiff
path: root/gas/read.c
AgeCommit message (Expand)AuthorFilesLines
1998-08-13 * read.c (s_align, s_comm, s_mri_common, s_fail, s_globl, s_space,Vladimir Makarov1-44/+47
1998-07-31 * configure.in: (arm-*-elf): Handle.Catherine Moore1-1/+7
1998-06-02 * read.c (do_s_func): New function.Doug Evans1-8/+24
1998-06-02 * read.c (s_func): Prepend `leading char' by default.Doug Evans1-2/+10
1998-06-01 Implement .func/.endfunc pseudo-ops.Doug Evans1-1/+72
1998-05-29tipoIan Lance Taylor1-2/+2
1998-05-29 Based on patch from Klaus Kaempf <kkaempf@progis.de>:Ian Lance Taylor1-0/+6
1998-05-13 * read.c (generate_file_debug,generate_lineno_debug): New functions.Doug Evans1-25/+49
1998-04-24Fri Apr 24 12:47:42 1998 Philippe De Muyter <phdm@macqel.be>Ian Lance Taylor1-1/+1
1998-04-22 * Many files: Added gettext invocations around user-visibleTom Tromey1-150/+208
1998-01-30 * read.h (include_dirs): Declare.Doug Evans1-11/+70
1997-10-15 * read.c (get_line_sb): Accept any eol marker while scanning macros.Richard Henderson1-7/+57
1997-08-22Make the NUL character be considered to be a line terminator.Nick Clifton1-6/+36
1997-08-19 * as.c (show_usage): Add -am.Richard Henderson1-2/+34
1997-08-15 * as.h (enum debug_info_type): Define.Ian Lance Taylor1-25/+359
1997-03-18Tue Mar 18 15:50:13 1997 H.J. Lu <hjl@lucon.org>Ian Lance Taylor1-0/+1
1997-03-13 * read.c (read_a_source_file): Call LISTING_NEWLINE beforeIan Lance Taylor1-128/+157
1997-02-13Thu Feb 13 14:48:03 1997 Philippe De Muyter <phdm@info.ucl.ac.be>Ian Lance Taylor1-1/+6
1997-01-31 * write.c (relax_segment): Give an error if a .space symbol isIan Lance Taylor1-1/+3
1997-01-30 Ideas from Srinivas Addagarla <srinivas@cdotd.ernet.in>:Ian Lance Taylor1-1/+24
1997-01-09 * read.c (emit_expr): Check for overflow of a negative valueIan Lance Taylor1-3/+16
1997-01-09 * read.c (read_a_source_file): When defining a macro in MRI mode,Ian Lance Taylor1-5/+22
1997-01-03 Based on patch from Ronald F. Guilmette <rfg@monkeys.com>:Ian Lance Taylor1-2/+11
1996-12-31 * read.c (read_a_source_file): Check mri_pending_align afterIan Lance Taylor1-8/+11
1996-10-01 * read.c (s_macro): Warn if a macro has the same name as aIan Lance Taylor1-10/+101
1996-05-30 * read.c (s_lcomm): Set section flags for .sbss section.Ian Lance Taylor1-0/+5
1996-05-23Add .skip as a synonym for .spaceMichael Meissner1-61/+82
1996-03-29 * read.h (enum linkonce_type): Define.Ian Lance Taylor1-0/+78
1996-03-22 * as.h (strdup): Don't declare.Ian Lance Taylor1-14/+10
1996-02-13 * read.c (potable): Add "mri" and ".mri".Ian Lance Taylor1-0/+33
1996-02-09 * read.c (potable): Pass negative numbers for new .balign[wl] andIan Lance Taylor1-21/+32
1996-02-08 * read.c (potable): Add balignw, balignl, p2alignw, and p2alignl.Ian Lance Taylor1-14/+68
1996-02-07 * as.c (main): Call parse_args before read_begin.Ian Lance Taylor1-19/+31
1995-12-05* read.c (s_fill): If md_flush_pending_output is defined, call it.Ken Raeburn1-0/+3
1995-11-28Clean up hash code, parameterize some actions, tweak some parameters. HashKen Raeburn1-30/+28
1995-10-03 * cond.c (s_endif): Call demand_empty_rest_of_line. In MRI mode,Ian Lance Taylor1-11/+182
1995-09-27 * config/tc-ppc.h (OBJ_XCOFF): Define if OBJ_COFF and not TE_PE.Ian Lance Taylor1-76/+140
1995-09-07 * expr.c (operand): Handle 08 and 09 in MRI mode.Ian Lance Taylor1-6/+38
1995-09-07 * read.c (cons_worker): Don't use #elif; old compilers don'tIan Lance Taylor1-1/+3
1995-09-07 * app.c (do_scrub_chars): In MRI mode, silently end quoted stringsIan Lance Taylor1-28/+144
1995-08-21 * read.c (read_a_source_file): In MRI mode, don't end theIan Lance Taylor1-2/+8
1995-08-21 Add support for macros.Ian Lance Taylor1-32/+226
1995-08-18 * read.c (s_include): In MRI mode, don't expect quotes around theIan Lance Taylor1-5/+21
1995-08-10 * read.c (potable): Add spc, ttl, xcom, xref.Ian Lance Taylor1-0/+92
1995-08-10 * read.c (s_set): Remove unused local ptr.Ian Lance Taylor1-4/+11
1995-08-09 * read.c (mri_line_label): Make non-static.Ian Lance Taylor1-1/+14
1995-08-09 * read.c (abs_section_offset): New global variable.Ian Lance Taylor1-107/+314
1995-08-09 * configure.in: Move random special target handling beforeIan Lance Taylor1-0/+36
1995-08-08 * struc-symbol.h (struct symbol): Add sy_mri_common bit.Ian Lance Taylor1-47/+297
1995-07-07 * read.c (s_lcomm): For .lcomm 1, set align to 0, not 1.Ian Lance Taylor1-1/+1