aboutsummaryrefslogtreecommitdiff
path: root/gas/read.c
AgeCommit message (Expand)AuthorFilesLines
2005-11-17gas/Jan Beulich1-10/+30
2005-11-16 * config/tc-ppc.c (ppc_pe_comm): Set bfd_com_section segment.Alan Modra1-9/+1
2005-11-15 * read.c (s_comm_internal): Set bfd_com_section segment.Alan Modra1-0/+2
2005-11-04gas/ChangeLog:Alexandre Oliva1-0/+8
2005-10-27gas/Jan Beulich1-1/+1
2005-10-24gas/ChangeLog:Alexandre Oliva1-0/+119
2005-10-11This adjusts equate handling byNick Clifton1-14/+52
2005-09-21 * read.c (pseudo_set): Don't set undefined symbols to expr_section.Alan Modra1-1/+4
2005-09-20 * read.c (pseudo_set): Set segment of expression syms to expr_section.Alan Modra1-3/+2
2005-08-11 * README-vms: Delete.Alan Modra1-66/+5
2005-08-07(s_app_line): Accept a line number of 0 for compatibility with gcc's outputNick Clifton1-2/+10
2005-05-17gas/Jan Beulich1-94/+74
2005-05-10gas/Jan Beulich1-4/+9
2005-05-06gas/Jan Beulich1-0/+2
2005-05-05Update the address and phone number of the FSFNick Clifton1-2/+2
2005-04-29 * Makefile.am (GAS_CFILES): Remove bignum-copy.c.Ben Elliston1-23/+24
2005-04-26gas/H.J. Lu1-0/+4
2005-04-25gas/Jan Beulich1-3/+5
2005-04-11gas/Jan Beulich1-35/+61
2005-04-09 * read.c (assign_symbol): Remove const from parm. Fix xcallocAlan Modra1-11/+11
2005-04-09 PR gas/827Alan Modra1-125/+110
2005-03-01 * as.h (assert): Warning fix.Alan Modra1-1/+0
2005-02-23 * read.c (read_a_source_file): Reinstate TC_EQUAL_IN_INSN test.Catherine Moore1-3/+7
2005-02-22 * read.c: Warning fixes.Alan Modra1-2/+2
2005-02-21gas/Alan Modra1-0/+26
2005-02-19 * config/tc-hppa.h (TC_EQUAL_IN_INSN): Delete.Alan Modra1-5/+1
2005-02-17 * tc.h (struct relax_type, relax_typeS): Move from here..Alan Modra1-1/+1
2005-01-31gas/Jan Beulich1-5/+9
2005-01-21 * as.h: Remove #if 0'd code.Ben Elliston1-5/+1
2005-01-20 PR gas/684Alan Modra1-4/+4
2005-01-19 * read.c (convert_to_bignum): New function, split out from...Richard Sandiford1-35/+68
2004-12-29 PR gas/619Alan Modra1-3/+1
2004-12-07 * read.c (s_align): Use an align_limit temporary to allay a GCCBen Elliston1-2/+3
2004-12-02 * read.c (ALIGN_LIMIT): Define, increasing limit for BFD_ASSEMBLER.Alan Modra1-3/+9
2004-11-22 * read.c (potable): Add "error" and "warning".Hans-Peter Nilsson1-0/+39
2004-11-10 * obj.h (struct format_ops <app_file>): Add int param.Alan Modra1-3/+3
2004-08-13Add and handle new --alternate command line option.Nick Clifton1-0/+12
2004-04-19 * read.c (do_align): Call md_flush_pending_output, if defined.Nathan Sidwell1-0/+3
2004-03-18 * read.c (read_a_source_file): Use demand_empty_rest_of_line.Nathan Sidwell1-19/+24
2004-03-12 * read.c (s_leb128): Call md_flush_pending_output.Bob Wilson1-0/+4
2004-02-09 * read.h (IGNORE_OPCODE_CASE): Do not define. Replace with ...Nathan Sidwell1-2/+2
2004-02-06.:Nathan Sidwell1-0/+2
2003-12-13 * read.c (s_lcomm_internal): Make global.Alan Modra1-1/+1
2003-12-13 * read.c: Remove unneeded prototypes.Alan Modra1-222/+143
2003-11-27 * read.c: Convert to ISO-C.Kazu Hirata1-227/+123
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