aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Collapse)AuthorFilesLines
1993-03-29(big_cons): If target_big_endian, reverse bytes being copied. (TemporaryKen Raeburn1-8/+16
fix -- should be cleaned up later.) (s_ignore): Delete declaration of is_end_of_line. (potable): Change .app-file to .appfile.
1993-03-29 * config/obj-coffbfd.c (fill_section): Don't set NOLOAD bit forIan Lance Taylor2-1/+12
a29k .bss section; the mondfe program doesn't like it.
1993-03-29First crack at a test suite.Ken Raeburn14-9/+430
1993-03-29updatedKen Raeburn1-0/+5
1993-03-26add missing z8000 defineKen Raeburn1-0/+1
1993-03-26If $(srcdir) isn't ., create links to all predefined as-*.texinfo files thatKen Raeburn1-0/+14
are found in $(srcdir).
1993-03-25 * config/obj-coffbfd.c (do_relocs_for): Remove a29k special case.Ian Lance Taylor2-8/+10
(fixup_segment): Add a29k special case; the linker is not prepared to see a segment offset here.
1993-03-25 * app.c (do_scrub_next_char): Added new state, 10, modifying stateIan Lance Taylor1-0/+5
9 to only keep a space in between identifier characters.
1993-03-25doc last changesDavid D. Zuhn1-1/+2
1993-03-25look in srcdir for texinfo source, then in objdirDavid D. Zuhn1-1/+5
1993-03-24add dvi target, define & use TEXI2DVIDavid D. Zuhn1-7/+9
1993-03-24add dvi targetDavid D. Zuhn1-0/+6
1993-03-23updated for obj-bfd-sunos, ho-decst* changesKen Raeburn1-3/+1
1993-03-23(do_relocs_for): Don't allocate storage or process relocs if there aren't anyKen Raeburn1-64/+77
relocs to process. Avoids malloc/free bug on SCO too.
1993-03-23rename for <=14 charsKen Raeburn1-0/+0
1993-03-23unused; deletedKen Raeburn2-143/+0
1993-03-23add installcheckDavid D. Zuhn2-1/+5
1993-03-23Update to Draft D1.2.1: add membar mask names and ASI names.Jim Wilson1-0/+6
1993-03-22 * config/tc-mips.c (macro): Use $AT for any floating point load.Ian Lance Taylor2-1/+5
Also get the debugging information right in obj-ecoff.c.
1993-03-20fix an m68k 0r0... bugKen Raeburn1-0/+5
1993-03-20Make targ-cpu.o depend on config.h so gas will build from scratch.Jim Wilson2-1/+5
1993-03-18 * app.c (do_scrub_next_char): Added new state, 9, to avoidIan Lance Taylor4-101/+188
dropping a space immediately following an identifier. * expr.c, write.c: Rewrote assert expressions to not use multiple lines; I don't think that can be done portably. * config/tc-mips.c (macro): Use $AT if target register is zero in load instruction, which it can be for a floating point load. Also a bunch more changes to config/obj-ecoff.c, still in flux.
1993-03-15 * write.c (write_contents): Compute the relocs before writing outIan Lance Taylor5-70/+7882
the section contents. * config/obj-ecoff.h, config/obj-ecoff.c: Numerous changes to get symbol table and values right. * config/tc-mips.h (LOCAL_LABEL): If OBJ_ECOFF, any label starting with $L is local. * config/tc-mips.c (tc_gen_reloc): If OBJ_ECOFF, adjust the addend by the section vma. * config/z8k.mt (TARG_CPU_DEPENDENTS): The relevant file is z8k-opc.h, not z8k.h.
1993-03-15 * config/obj-coffbfd.c (obj_coff_endef): Correct test for .bfIan Lance Taylor2-2/+6
symbol.
1993-03-13consistent use of -solaris2*David D. Zuhn2-1/+5
1993-03-12 * expr.c, write.c: Ultrix native 4.2 cc requires assert conditionIan Lance Taylor3-131/+134
to be on a single line.
1993-03-12today's changes -- version number handling, config.h, as.c, EXIT_*, 68k changesKen Raeburn1-0/+60
1993-03-12accept m683??, not just m683?2Ken Raeburn1-12/+76
1993-03-12config.h, version.c: Now generated from the Makefile.Ken Raeburn1-7/+26
ALL_CFLAGS: No longer define TARGET_CPU. check: Print a message, rather than staying silent. VERSION: New variable.
1993-03-12Include new file config.h.Ken Raeburn1-40/+71
Handle some m683XX processor ids.
1993-03-12Define EXIT_SUCCESS and EXIT_FAILURE if not already defined.Ken Raeburn1-0/+5
1993-03-09Removed obsolete Makefile.dos (was being sanitized out anyhow).Ian Lance Taylor1-591/+0
1993-03-09Added new ECOFF files.Ian Lance Taylor1-0/+4
1993-03-09Checkpoint for ECOFF support. Can assemble hello, world.Ian Lance Taylor2-0/+2
* config/obj-ecoff.c, config/obj-ecoff.h: Preliminary ECOFF support. * config/tc-mips.h (TARGET_FORMAT): Define based on OBJ_AOUT vs. OBJ_ECOFF as well as TARGET_BYTES_*_ENDIAN. (struct loc, struct proc, struct file): Moved to tc-mips.c within #ifndef OBJ_ECOFF block, since ECOFF uses different versions. * config/tc-mips.c: Rearranged for ECOFF support. Added prototypes for all static functions. Moved existing minimal debugging format support info #ifndef OBJ_ECOFF blocks. (macro_build_lui): Eliminated sign_extend argument, because ECOFF does not support a non sign extended high 16 bits reloc. Adjusted all callers accordingly. (tc_get_register): Renamed from get_register, and made non-static. * config/mips-big.mt, config/mips-lit.mt: New files. Define TARGET_BYTES_BIG_ENDIAN and TARGET_BYTES_LITTLE_ENDIAN, respectively. * configure.in (mips-*-bsd*): Use gas_target mips-lit. (mips-*-ultrix*, mips-*-irix*, mips-*-ecoff): New targets, using obj_format ecoff and gas_target mips-lit or mips-big.
1993-03-09bump main trunk to version 2.0.1Ken Raeburn2-2/+5
1993-03-09 * write.c (chain_frchains_together): Check that seg_info (section)Ian Lance Taylor1-0/+17
is not NULL. (write_object_file): Call obj_frob_file after setting the symbols, not before.
1993-03-09updatedKen Raeburn1-34/+35
1993-03-05 * read.h: Define stringer here.Ian Lance Taylor2-10/+1
read.c, config/obj-ieee.c, config/obj-tcm88k.c: Not any of these places.
1993-03-04 * read.c (s_space): Multiply repeat count by mult, not fill.Steve Chamberlain2-1/+5
1993-03-04read.c needs ctype.hKen Raeburn2-170/+175
1993-03-03SUB_SEGMENT_ALIGN now takes an argument.Ken Raeburn2-7/+7
1993-03-03SUB_SEGMENT_ALIGN now takes an argument.Ken Raeburn2-0/+13
VMS fixes from Eric Youngdale.
1993-03-02 * listing.c: Cleaned up a bit, added prototypes, made NO_LISTINGIan Lance Taylor1-0/+5
case compile again.
1993-03-02ChangeLog is goneKen Raeburn1-2/+4
1993-03-02changes this morning & yesterdayKen Raeburn1-0/+35
1993-03-02set SEC_RELOC only if fixups are requiredKen Raeburn1-348/+749
1993-03-02Update Gilmore entryJohn Gilmore1-1/+12
1993-03-01ChangeLog entry for last week's tc-sparc.c change.Jim Wilson1-0/+5
1993-03-01forgot to check in: sparc s_xword supportKen Raeburn1-0/+6
1993-03-01updated and expandedKen Raeburn1-16/+73