Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1993-03-29 | (big_cons): If target_big_endian, reverse bytes being copied. (Temporary | Ken Raeburn | 1 | -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 for | Ian Lance Taylor | 2 | -1/+12 | |
a29k .bss section; the mondfe program doesn't like it. | |||||
1993-03-29 | First crack at a test suite. | Ken Raeburn | 14 | -9/+430 | |
1993-03-29 | updated | Ken Raeburn | 1 | -0/+5 | |
1993-03-26 | add missing z8000 define | Ken Raeburn | 1 | -0/+1 | |
1993-03-26 | If $(srcdir) isn't ., create links to all predefined as-*.texinfo files that | Ken Raeburn | 1 | -0/+14 | |
are found in $(srcdir). | |||||
1993-03-25 | * config/obj-coffbfd.c (do_relocs_for): Remove a29k special case. | Ian Lance Taylor | 2 | -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 state | Ian Lance Taylor | 1 | -0/+5 | |
9 to only keep a space in between identifier characters. | |||||
1993-03-25 | doc last changes | David D. Zuhn | 1 | -1/+2 | |
1993-03-25 | look in srcdir for texinfo source, then in objdir | David D. Zuhn | 1 | -1/+5 | |
1993-03-24 | add dvi target, define & use TEXI2DVI | David D. Zuhn | 1 | -7/+9 | |
1993-03-24 | add dvi target | David D. Zuhn | 1 | -0/+6 | |
1993-03-23 | updated for obj-bfd-sunos, ho-decst* changes | Ken Raeburn | 1 | -3/+1 | |
1993-03-23 | (do_relocs_for): Don't allocate storage or process relocs if there aren't any | Ken Raeburn | 1 | -64/+77 | |
relocs to process. Avoids malloc/free bug on SCO too. | |||||
1993-03-23 | rename for <=14 chars | Ken Raeburn | 1 | -0/+0 | |
1993-03-23 | unused; deleted | Ken Raeburn | 2 | -143/+0 | |
1993-03-23 | add installcheck | David D. Zuhn | 2 | -1/+5 | |
1993-03-23 | Update to Draft D1.2.1: add membar mask names and ASI names. | Jim Wilson | 1 | -0/+6 | |
1993-03-22 | * config/tc-mips.c (macro): Use $AT for any floating point load. | Ian Lance Taylor | 2 | -1/+5 | |
Also get the debugging information right in obj-ecoff.c. | |||||
1993-03-20 | fix an m68k 0r0... bug | Ken Raeburn | 1 | -0/+5 | |
1993-03-20 | Make targ-cpu.o depend on config.h so gas will build from scratch. | Jim Wilson | 2 | -1/+5 | |
1993-03-18 | * app.c (do_scrub_next_char): Added new state, 9, to avoid | Ian Lance Taylor | 4 | -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 out | Ian Lance Taylor | 5 | -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 .bf | Ian Lance Taylor | 2 | -2/+6 | |
symbol. | |||||
1993-03-13 | consistent use of -solaris2* | David D. Zuhn | 2 | -1/+5 | |
1993-03-12 | * expr.c, write.c: Ultrix native 4.2 cc requires assert condition | Ian Lance Taylor | 3 | -131/+134 | |
to be on a single line. | |||||
1993-03-12 | today's changes -- version number handling, config.h, as.c, EXIT_*, 68k changes | Ken Raeburn | 1 | -0/+60 | |
1993-03-12 | accept m683??, not just m683?2 | Ken Raeburn | 1 | -12/+76 | |
1993-03-12 | config.h, version.c: Now generated from the Makefile. | Ken Raeburn | 1 | -7/+26 | |
ALL_CFLAGS: No longer define TARGET_CPU. check: Print a message, rather than staying silent. VERSION: New variable. | |||||
1993-03-12 | Include new file config.h. | Ken Raeburn | 1 | -40/+71 | |
Handle some m683XX processor ids. | |||||
1993-03-12 | Define EXIT_SUCCESS and EXIT_FAILURE if not already defined. | Ken Raeburn | 1 | -0/+5 | |
1993-03-09 | Removed obsolete Makefile.dos (was being sanitized out anyhow). | Ian Lance Taylor | 1 | -591/+0 | |
1993-03-09 | Added new ECOFF files. | Ian Lance Taylor | 1 | -0/+4 | |
1993-03-09 | Checkpoint for ECOFF support. Can assemble hello, world. | Ian Lance Taylor | 2 | -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-09 | bump main trunk to version 2.0.1 | Ken Raeburn | 2 | -2/+5 | |
1993-03-09 | * write.c (chain_frchains_together): Check that seg_info (section) | Ian Lance Taylor | 1 | -0/+17 | |
is not NULL. (write_object_file): Call obj_frob_file after setting the symbols, not before. | |||||
1993-03-09 | updated | Ken Raeburn | 1 | -34/+35 | |
1993-03-05 | * read.h: Define stringer here. | Ian Lance Taylor | 2 | -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 Chamberlain | 2 | -1/+5 | |
1993-03-04 | read.c needs ctype.h | Ken Raeburn | 2 | -170/+175 | |
1993-03-03 | SUB_SEGMENT_ALIGN now takes an argument. | Ken Raeburn | 2 | -7/+7 | |
1993-03-03 | SUB_SEGMENT_ALIGN now takes an argument. | Ken Raeburn | 2 | -0/+13 | |
VMS fixes from Eric Youngdale. | |||||
1993-03-02 | * listing.c: Cleaned up a bit, added prototypes, made NO_LISTING | Ian Lance Taylor | 1 | -0/+5 | |
case compile again. | |||||
1993-03-02 | ChangeLog is gone | Ken Raeburn | 1 | -2/+4 | |
1993-03-02 | changes this morning & yesterday | Ken Raeburn | 1 | -0/+35 | |
1993-03-02 | set SEC_RELOC only if fixups are required | Ken Raeburn | 1 | -348/+749 | |
1993-03-02 | Update Gilmore entry | John Gilmore | 1 | -1/+12 | |
1993-03-01 | ChangeLog entry for last week's tc-sparc.c change. | Jim Wilson | 1 | -0/+5 | |
1993-03-01 | forgot to check in: sparc s_xword support | Ken Raeburn | 1 | -0/+6 | |
1993-03-01 | updated and expanded | Ken Raeburn | 1 | -16/+73 | |