Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1992-12-08 | recording file death | K. Richard Pixley | 39 | -16049/+0 | |
1992-12-08 | recording file death | K. Richard Pixley | 7 | -977/+0 | |
1992-12-07 | recent changes to as.h, Makefile.in, write.c, obj-vms.c | Ken Raeburn | 1 | -0/+14 | |
1992-12-07 | changes for traditional C | Ken Raeburn | 1 | -12/+17 | |
1992-12-07 | deleted local-vars comment | Ken Raeburn | 1 | -7/+0 | |
1992-12-03 | Some cleanup. | Ken Raeburn | 5 | -344/+635 | |
Deleted some unused code. Fixed some declarations to use PARAMS macro. Fixed up configure.in for new targets. Some whitespace/comment fixes. Merged config/ChangeLog. | |||||
1992-12-03 | mostly whitespace/comment changes | Ken Raeburn | 2 | -81/+72 | |
1992-12-03 | defined NEED_FX_R_TYPE | Ken Raeburn | 1 | -0/+1 | |
1992-12-03 | guesses for i860 relocs, from fsf code | Ken Raeburn | 1 | -0/+17 | |
1992-12-03 | delete M_VAX | Ken Raeburn | 1 | -2/+0 | |
1992-12-03 | delete HO_USG and setbuffer macros | Ken Raeburn | 1 | -4/+0 | |
1992-12-03 | declare malloc, realloc | Ken Raeburn | 1 | -0/+5 | |
1992-12-03 | more tahoe code | Ken Raeburn | 1 | -0/+431 | |
1992-12-03 | tahoe code from fsf - untested | Ken Raeburn | 2 | -0/+2120 | |
1992-12-03 | doc changes | Ken Raeburn | 2 | -33/+86 | |
1992-12-03 | vms stuff from fsf version - untested | Ken Raeburn | 4 | -0/+6243 | |
1992-12-03 | no longer using gas-format.el | Ken Raeburn | 1 | -4/+0 | |
1992-12-03 | add breakpoint in as_perror | Ken Raeburn | 1 | -0/+1 | |
1992-11-26 | Explicitly call reader's attention to lack of leading . in z8k special | Roland Pesch | 2 | -2/+4 | |
directives. | |||||
1992-11-25 | Updates from SAC answers to queries on z8k stuff. | Roland Pesch | 2 | -40/+120 | |
1992-11-24 | Superficial editing pass over Z8000 stuff. | Roland Pesch | 2 | -746/+778 | |
1992-11-23 | For SPARC V9, change icc to %icc, xcc to %xcc, fccX to %fccX. | Jim Wilson | 1 | -12/+12 | |
1992-11-23 | Format corrections to permit running through makeinfo and TeX without errors. | Roland Pesch | 2 | -16/+14 | |
1992-11-23 | Ran "indent", for GNU coding style; some code & comments still need fixup. | Ken Raeburn | 41 | -18907/+21426 | |
Removed some unneeded files. obj-coff.c (obj_coff_endef): Use as_warn, not fprintf. tc-m68k.c (md_assemble): 68000+68881 is okay -- could be emulating. | |||||
1992-11-23 | Ran "indent", for GNU coding style; some code & comments still need fixup. | Ken Raeburn | 34 | -4725/+5847 | |
Removed some unneeded files. configure.in: Don't look for te-386bsd.h, which doesn't exist... | |||||
1992-11-19 | z8000 documentation | Steve Chamberlain | 5 | -428/+899 | |
* Makefile.in, all.m4, as-all.texinfo as.texinfo: all modified | |||||
1992-11-19 | checkpoint | Steve Chamberlain | 1 | -0/+15 | |
1992-11-12 | checkpoint | Steve Chamberlain | 2 | -668/+755 | |
1992-11-12 | add sparclite-fujitsu-none, since it was only getting set via the default | Mark Eichin | 1 | -0/+4 | |
branch in the old configure.in | |||||
1992-11-10 | tc-m68k.c (insert_reg): put REGISTER_PREFIX before register | Ian Lance Taylor | 1 | -0/+2 | |
names before putting them in the symbol table. | |||||
1992-11-10 | These are actually Ken's patches--I told him I'd take move them from | Ian Lance Taylor | 2 | -23/+33 | |
p3 into devo. * tc-m68k.c (m68k_reg_parse): If REGISTER_PREFIX isn't defined, still accept (but don't require) OPTIONAL_REGISTER_PREFIX before the register name. * tc-m68k.h (OPTIONAL_REGISTER_PREFIX): Define to be "%", if not M68KCOFF. | |||||
1992-11-10 | These changes clean things up a bit, and improve Solaris cross | Ian Lance Taylor | 7 | -118/+246 | |
support when using /opt/SUNWspro/SC2.0/acc. Tue Nov 10 09:50:25 1992 Ian Lance Taylor (ian@cygnus.com) * obj-coffbfd.c (fill_section): set STYP_NOLOAD bit for .bss section. * atof-ieee.c, atof-ns32k.c, tc-*.c: made EXP_CHARS, FLT_CHARS, comment_chars, line_comment_chars and line_seperator_chars consistently const, and always initialized them. Included read.h. | |||||
1992-11-06 | Flag error if absolute constant is too large for an immediate field. | Jim Wilson | 2 | -5/+43 | |
1992-11-04 | this morning's check-ins... | Ken Raeburn | 1 | -0/+20 | |
1992-10-28 | Put conditional "const" before version_string, not before dummy function | Ken Raeburn | 1 | -5/+5 | |
for VMS. Now version 1.91.03. (Save 1.91.02 for Cygnus P4.) | |||||
1992-10-23 | Fri Oct 23 14:40:38 1992 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 2 | -1/+8 | |
* obj-coffbfd.c (write_object_file): check return value of bfd_close_all_done. | |||||
1992-10-20 | Tue Oct 20 13:02:25 1992 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 2 | -37/+39 | |
* Support for i386-sysv. obj-coffbfd.c (do_relocs_for, write_object_file): set segment addresses to reasonable sizes. New define ZERO_BASED_SEGMENTS can be used to set them all to zero as was done before. (fill_section): segment addresses now set in write_object_file. (fill_section): Don't set STYP_NOLOAD for .bss section. (fixup_segment): 386 uses strange common symbol format. tc-i386.c (tc_coff_fix2rtype): use R_DIR32, not R_RELLONG, for compatibility with SVR3.2 linker. | |||||
1992-10-20 | Tue Oct 20 12:18:08 1992 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -1/+1 | |
* configure.in: i386-sysv and i386-sco use coffbfd. | |||||
1992-10-20 | Tue Oct 20 12:18:08 1992 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -0/+4 | |
* app.c (do_scrub_next_char): discard whitespace after a label. | |||||
1992-10-14 | Added #include <ctype.h> to several files. It's often more efficient, | Ian Lance Taylor | 1 | -0/+34 | |
and on some systems it's required. | |||||
1992-10-12 | use sysv config for solaris2 hosting | David D. Zuhn | 2 | -1/+9 | |
1992-10-06 | fix i960+non-bfd coff bit rot. | Steve Chamberlain | 1 | -0/+5 | |
* obj-coff.c (c_dot_file_symbol, obj_coff_ln, obj_coff_line): support for C source listings. (obj_coff_endef): look in the right part of the symbol for the symbol name | |||||
1992-10-05 | Mon Oct 5 09:28:57 1992 Steve Chamberlain (sac@thepub.cygnus.com) | Steve Chamberlain | 1 | -0/+5 | |
* tc-m68k.c (get_num): make it work for all segments, not just the first three. | |||||
1992-10-05 | support 386bsd target, from p3 | Mark Eichin | 2 | -139/+128 | |
1992-09-29 | * obj-coffbfd.c (write_object_file): don't fixup for the z8k | Steve Chamberlain | 2 | -1/+6 | |
* tc-z8k.[ch]: lots of bug fixes | |||||
1992-09-29 | Tue Sep 29 10:51:55 1992 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 2 | -0/+12 | |
* tc-i960.h, tc-i960.c: avoid the ANSI preprocessor addition #elif, since it is not supported by old compilers. ho-rs6000.h, tc-m68k.c: the native RS/6000 compiler miscompiles a couple of expressions in tc-m68k.c. | |||||
1992-09-29 | tc-i960.c: use NO_RELOC | Ken Raeburn | 1 | -0/+4 | |
1992-09-26 | Fri Sep 25 18:18:52 1992 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -0/+6 | |
* tc-m68k.h: if M68KCOFF, define DOT_LABEL_PREFIX (to require local labels to start with a .) and set REGISTER_PREFIX to %. tc-m68k.c (m68k_reg_parse): accept REGISTER_PREFIX if defined. | |||||
1992-09-26 | Comment changes. | John Gilmore | 1 | -0/+4 | |
1992-09-25 | defined(__STDC__) / __STDC__==1 changes recommended by gnu | Ken Raeburn | 2 | -0/+11 | |