Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
1993-03-01 | record some of my gas work | K. Richard Pixley | 1 | -2/+11 | |
1993-02-28 | minor revision, some new info | Ken Raeburn | 1 | -0/+69 | |
1993-02-24 | (s_xword): Now accepts large integer constants, but not symbolic constants | Ken Raeburn | 1 | -5/+6 | |
or expressions. | |||||
1993-02-24 | * app.c (do_scrub_next_char): In LEX_IS_LINE_COMMENT_START case: | Ian Lance Taylor | 1 | -0/+5 | |
Don't unget ch2 if we didn't get it. | |||||
1993-02-24 | BFD branch merging. | Ken Raeburn | 1 | -0/+330 | |
Misc optimizations, a couple of bugfixes. Merged doc/ChangeLog. Ralph Campbell's MIPS support. And any other changes I've been putting in, save whitespace/comment adjustments. | |||||
1993-02-24 | more bfd merging - see ChangeLog | Ken Raeburn | 1 | -69/+73 | |
1993-02-24 | merged into ../ChangeLog | Ken Raeburn | 1 | -41/+0 | |
1993-02-24 | changes for bfd support, enough for sun4 target | Ken Raeburn | 1 | -200/+290 | |
1993-02-24 | m68k_ip: for pc-rel addressing of a symbol, fix offset so +2 isn't needed | Ken Raeburn | 1 | -98/+49 | |
1993-02-24 | deleted emacs local variables comments | Ken Raeburn | 1 | -7/+0 | |
1993-02-24 | don't need LOCAL_LOADLIBES any more, with new configure.in changes | Ken Raeburn | 1 | -1/+0 | |
1993-02-18 | update version to 1.94 | David D. Zuhn | 1 | -1/+1 | |
1993-02-18 | stop in abort | Ken Raeburn | 1 | -0/+1 | |
1993-02-13 | keep everything | David D. Zuhn | 1 | -0/+38 | |
1993-02-13 | removing excess verbosity | David D. Zuhn | 3 | -6/+8 | |
1993-02-11 | Thu Feb 11 09:20:37 1993 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -1/+1 | |
* config/obj-coffbfd.c (fill_section): Don't set vaddr here. (write_object_file): Set it here instead, so that fixup_segment can see the correct value. | |||||
1993-02-08 | Deleted RCS logs and "Done in" message. | Ken Raeburn | 1 | -194/+1 | |
Fixed a typo in a filename. | |||||
1993-02-08 | update for files added and deleted | Ken Raeburn | 1 | -5/+8 | |
1993-02-08 | Move VMS version of SUB_SEGMENT_ALIGN to obj-vms.h from write.h. | Ken Raeburn | 1 | -1/+9 | |
1993-02-08 | from Ralph Campbell's work | Ken Raeburn | 2 | -0/+680 | |
1993-02-08 | delete silly fake-as target stuff | Ken Raeburn | 2 | -2/+0 | |
1993-02-08 | don't specify comopiler here | Ken Raeburn | 1 | -2/+0 | |