Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1992-03-14 | fix cvs merge detritus | K. Richard Pixley | 1 | -3/+0 | |
1992-03-14 | pass MAKEINFO macro on info | K. Richard Pixley | 2 | -1/+8 | |
1992-03-14 | use MAKEINFO macro | K. Richard Pixley | 1 | -0/+4 | |
1992-03-13 | Fri Mar 13 08:03:03 1992 Steve Chamberlain (sac@thepub.cygnus.com) | Steve Chamberlain | 3 | -6/+17 | |
* flonum-const.c: renamed flonum-konst.c to stop dos name conflict. | |||||
1992-03-12 | * configure.in: vxworks68 gets te-sun3.h. | K. Richard Pixley | 2 | -3/+39 | |
* expr.c: remove limitation that local_labels_dollar or local_labels_fb must be < 10. * symbols.c: remove local_labels_dollar, replace with a function interface for a sparse array. All users adjusted. | |||||
1992-03-12 | * tc-m68k.h, te-sun3.h: moved LOCAL_LABELS_FB definition from | K. Richard Pixley | 1 | -0/+9 | |
tc-m68k.h to te-sun3.h. * te-sun3.h: add LOCAL_LABELS_DOLLAR. | |||||
1992-03-10 | keep ChangeLog and as-all.texinfo | K. Richard Pixley | 1 | -1/+6 | |
1992-03-08 | This is the second batch of makefile changes. Libg++ makefiles were | K. Richard Pixley | 3 | -11/+32 | |
checked in earlier. These are Makefiles relevant to the progressive release currently in progress. * added exec_prefix * default bindir now exec_prefix/bin * default libdir now exec_prefix/lib * default mandir now prefix/man * default infodir now prefix/info * added oldincludedir, default NULL * remove all traces of the old -subdirs and -namesubdir support, including code, for loops, and all subdir/unsubdir stuff. * remove old style staging targets {de-}stage[1234], comparison, bootstrapN, from all but the bootstrappable tools. * added check targets. * removed any "Last Mod" lines. * forced copyrights to '92 and shifted some from Cygnus to FSF. * added tooldir and program_prefix where needed. * updated texinfo and man pages, removed all references to multiple hosts or targets. | |||||
1992-03-08 | added menu triggers | K. Richard Pixley | 1 | -0/+8 | |
1992-03-06 | this file will be needed as long as we use a tool that we do not distribute (m4) | K. Richard Pixley | 1 | -0/+4989 | |
1992-03-01 | Make the declarations of fix_new consistent under __STDC__. It might | Michael Tiemann | 2 | -7/+14 | |
be better to #define NEED_FX_R_TYPE in TC_A29K and TC_SPARC instead of having this complicated conditional, but that's not my call. | |||||
1992-02-29 | * Makefile.in (strerror.o): Add rule so that broken Sun make can | Michael Tiemann | 1 | -0/+5 | |
work in subdirs. | |||||
1992-02-27 | Dos File renaming | Steve Chamberlain | 3 | -3/+1220 | |
1992-02-27 | H8 bitrot fixes | Steve Chamberlain | 2 | -1/+9 | |
1992-02-26 | Keep a.out.gnu.h, not a.out.h (which no longer exists). | Michael Tiemann | 1 | -2/+5 | |
1992-02-26 | * expr.c: If an expression is single comma, then return with | Steve Chamberlain | 2 | -1/+6 | |
SEG_ABSENT rather than an error - since the sparc front end does really strange things with things like fbge,a | |||||
1992-02-25 | * as.h: include bfd.h if using many sections | Steve Chamberlain | 2 | -4/+16 | |
* expr.c: LOCAL_LABELS_FB had been changed to lower case - so local labels didn't work. * listing.c (list_symbol_table): don't core dump when there's no symbol there. * write.c, write.h: call fix_new with the right number of args on the H8. * config/tc-h8300.[ch] : fix bugs reported by HMSI, and make errors nicer | |||||
1992-02-24 | Don't remove underlines | Steve Chamberlain | 1 | -1/+21 | |
1992-02-24 | Keep Makefile.in and configure.in. Don't keep Makefile. | Michael Tiemann | 1 | -2/+6 | |
1992-02-22 | * app.c: MRI compatibility - allow single quote to start a string. | Steve Chamberlain | 11 | -2885/+3231 | |
* as.c: fix typo recently introduced. * as.h : Don't include aout/reloc.h - it's not right for COFF! * expr.c: Much rewriting, to accomodate MRI syntax for expressions. Also easier to read now. * listing.c: Put back defuns * read.c: modified to accept MRI syntax, put back listing pseudo ops so that an assembler built with NO_LISTING ignores list ops rather than pukes. * write.c, write.h: fixs - only keep a reloc type in a fix if the target machine is a SPARC or a 29K. * config/obj-aout.c: added s_sect pseudo op * config/obj-coffbfd.c: lints, set the filehdr flags right and fill in the timestamp. * config/obj-coffbfd.h: Since we don't include aout/reloc.h anymore, define all the relocs which the tc-<x> bit will use so we can translate from them to the coff types. * config/tc-a29k.c: reloc_type isn't ane enum any more * config/tc-m68k.c: Added NO_RELOC definition. Now compiles for sparc aout, 68k aout (MRI and MIT syntax), 29k coff. So far works as replacement for sparc and 68k /bin/as. | |||||
1992-02-22 | Made less things defined by default, now builds on sun3 and sun4. | Steve Chamberlain | 1 | -27/+52 | |
1992-02-22 | Tandem/MRI syntax bit rot | Steve Chamberlain | 1 | -0/+2 | |
1992-02-22 | How to compile gas on a PC | Steve Chamberlain | 2 | -1/+32 | |
1992-02-22 | More renames from DJ the DOS martyr | Steve Chamberlain | 2 | -0/+621 | |
1992-02-21 | cvs bug, these files should not have been checked in. | K. Richard Pixley | 2 | -2/+8 | |
1992-02-21 | be more cautious with tranle's patches | K. Richard Pixley | 4 | -3/+67 | |
1992-02-21 | moved from gas/a.out.gnu.h to gas/config/a.out.gnu.h | K. Richard Pixley | 1 | -0/+351 | |
1992-02-21 | minor reorg of tranlee's stuff | K. Richard Pixley | 4 | -9/+225 | |
1992-02-21 | new files from tranlee | K. Richard Pixley | 3 | -0/+36 | |
1992-02-21 | changes from Minh Tran-Le <TRANLE@INTELLICORP.COM> to support i386 | K. Richard Pixley | 9 | -134/+321 | |
coff as it appears to be used on aix386. | |||||
1992-02-21 | from hack's unfinished work | K. Richard Pixley | 1 | -0/+132 | |
1992-02-21 | tell about using doc | K. Richard Pixley | 1 | -0/+5 | |
1992-02-21 | don't keep *.dvi | K. Richard Pixley | 1 | -2/+4 | |
1992-02-21 | doc. bring it in, use it. | K. Richard Pixley | 3 | -5/+206 | |
1992-02-18 | pulled in from hack's unfinished work | K. Richard Pixley | 4 | -0/+1601 | |
1992-02-18 | prepping for configure | K. Richard Pixley | 1 | -0/+34 | |
1992-02-18 | white space and comments only | K. Richard Pixley | 1 | -0/+2 | |
1992-02-18 | add note about i860 relocation types | K. Richard Pixley | 1 | -0/+3 | |
1992-02-18 | use the new atof-ns32.c for ns32k. | K. Richard Pixley | 1 | -0/+2 | |
1992-02-18 | comment change only | K. Richard Pixley | 1 | -7/+7 | |
1992-02-18 | tc-i860.[hc]: blew off the dust. Something must still be done about | K. Richard Pixley | 1 | -0/+3 | |
conflicting relocation types. | |||||
1992-02-18 | keep ChangeLog | K. Richard Pixley | 1 | -1/+5 | |
1992-02-18 | Replaced previous tc_aout_fix_to_chars stub with the real thing. | K. Richard Pixley | 1 | -0/+12 | |
1992-02-18 | keep the new file | K. Richard Pixley | 1 | -1/+5 | |
1992-02-18 | delete duplicate macro definition | K. Richard Pixley | 1 | -1/+0 | |
1992-02-18 | copied from hack's last unreleased gas | K. Richard Pixley | 1 | -0/+436 | |
1992-02-17 | record that files were removed | K. Richard Pixley | 1 | -4/+4 | |
1992-02-17 | fighting bitrot in a major way | K. Richard Pixley | 27 | -6596/+5958 | |
1992-02-15 | White space and comment changes. #ifdef __STDC__ becomes #if __STDC__ | K. Richard Pixley | 20 | -1104/+1016 | |
== 1. Get the declarations right in listing.[hc]. | |||||
1992-02-15 | White space and comment changes, and #ifdef __STDC__ becomes #if | K. Richard Pixley | 17 | -233/+244 | |
__STDC__ == 1. |