Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1992-07-16 | (1) disable documentation for .lsym at sac's request | Roland Pesch | 5 | -177/+183 | |
(2) structural changes triggered thereby (3) verify m4 and makeinfo run correctly on all versions of the doc represented in the Makefile and m4 config definition files as.texinfo: disabled .lsym exploit makeinfo node defaulting removed some conditional hair around nodes fixed some bad conditionals in a29k config a29k.m4, i960.m4, sparc.m4, vax.m4: supply missing switch definitions (looks like these hadn't been tested for a while) as-all.texinfo: mechanically derived from above | |||||
1992-07-16 | * write.c (fixup_segment): if relaxing, don't do anything. | Steve Chamberlain | 3 | -8/+50 | |
* config/obj-bout.[ch] : maintain the a_relaxable file header info * config/tc-i960.c: new option -linkrelax | |||||
1992-07-13 | * expr.c (expr): allow SEG_BSS in expressions | Steve Chamberlain | 1 | -7/+154 | |
* read.c (potable): align should be nbytes, not ptwo! * write.c (write_object_file): extra glue for new bss attributes (relax_segment): SEG_BSS is ok now * config/tc-m68k.c (m68k_ip_op): can now parse more @( modes | |||||
1992-07-10 | Support -program_suffix (and make -program_prefix actually work). | David Henkel-Wallace | 1 | -0/+4 | |
1992-07-07 | get the CROSS macro into gcc's flags | K. Richard Pixley | 1 | -7/+7 | |
1992-07-07 | *** empty log message *** | Steve Chamberlain | 2 | -0/+8 | |
1992-06-30 | Small clarification in description of Jxx FOO expansion for 680x0. | Roland Pesch | 1 | -1/+2 | |
1992-06-24 | Wed Jun 24 10:57:54 1992 Steve Chamberlain (sac@thepub.cygnus.com) | Steve Chamberlain | 4 | -240/+317 | |
* app.c (process_escape): new function to handle escapes the right way, (do_scrub_next_char): use new function * cond.c (s_ifdef): do ifdef/ifndef right * read.c (s_fill): make the , expressions optional like the doc says * config/tc-h8300.[ch]: better warnings | |||||
1992-06-09 | * subsegs.c (subsegs_begin): create bss0_frchainP in the same was | Steve Chamberlain | 3 | -21/+54 | |
as data0_frchainP * write.c (write_object_file): various changes to handle data in the BSS segment in much the same was as stuff in the DATA segment. * subsegs.c (subseg_change): allow and handle a change into SEG_BSS. | |||||
1992-06-09 | * subsegs.c (subseg_change): allow and handle a change into SEG_BSS. | Steve Chamberlain | 2 | -7/+17 | |
* tc-m68k.c (m68kip): Fix typo so that only arch's >=68020 do pcrel data stuff. (md_estimate_size_before_relax): when relaxing a 68010 bxx into a bra+6 jmpxx, put the bytes of the jmp opcode into the right place. (s_bss): Don't put .bss stuff into SEG_DATA, put it into SEG_BSS | |||||
1992-06-09 | * subsegs.c (subseg_change): allow and handle a change into SEG_BSS. | Steve Chamberlain | 2 | -4/+11 | |
1992-06-04 | Thu Jun 4 11:59:13 1992 Steve Chamberlain (sac@thepub.cygnus.com) | Steve Chamberlain | 6 | -4512/+4653 | |
* expr.c(expr): allow SEG_REGISTER in expressions. * read.c(pseudo_set): register expressions can be the source of a set. * subsegs.c (subseg_new): Now -R forces all changes to SEG_DATA to goto SEG_TEXT (if a.out) * write.c (write_object_file): If a.out don't use the old way for -R. * config/obj-a.out (s_sect): complain if the user tries to use a subsegment with a value which might interfere with out -R hackery. * config/tc-m68k.c (m68k_reg_parse): lookup names in symbol table rather than use ugly if tree. (init_regtable): insert register names into symbol table. | |||||
1992-06-02 | Fix -R problem from Adobe | Michael Tiemann | 2 | -5/+52 | |
1992-05-28 | Recognize sparclite as a sparc variant. | Jim Wilson | 2 | -1/+17 | |
1992-05-28 | Add sparclite support. | Jim Wilson | 1 | -0/+5 | |
1992-05-26 | Fixes from Andrew Smith | Steve Chamberlain | 2 | -1/+11 | |
1992-05-15 | use m4 rather than gm4 | K. Richard Pixley | 1 | -0/+4 | |
1992-05-07 | Keep the 29k config file | Steve Chamberlain | 1 | -1/+5 | |
1992-05-05 | as.texinfo, as-all.texinfo: fix typo found by zoo | Roland Pesch | 2 | -3/+3 | |
(don't call H8/300 an AMD 29K in info menus) as.1: catch up to "-k" spelling change (now "-K") | |||||
1992-05-05 | Yet more 29k configury | Steve Chamberlain | 1 | -1/+1 | |
1992-05-05 | * obj-coffbfd.c: use is a synonym for section, (do_relocs_for): | Steve Chamberlain | 3 | -104/+103 | |
calc the base of relocs correctly. * tc-a29k.c (parse_operand): allow expressions to be in any section. | |||||
1992-05-05 | lint | Steve Chamberlain | 1 | -1/+5 | |
1992-05-05 | Added "sect" as synonym for "section" | Steve Chamberlain | 1 | -0/+1 | |
1992-05-02 | Align lcomm addresses | Steve Chamberlain | 1 | -2/+7 | |
1992-05-01 | tc-i386: lint | Steve Chamberlain | 1 | -1/+1 | |
h8300.mt: configurey | |||||
1992-05-01 | Added h8300xray target | Steve Chamberlain | 1 | -2/+3 | |
1992-05-01 | f | Steve Chamberlain | 1 | -8/+33 | |
Added some more pseudo ops listing.c: lint as.c: ignore -w option | |||||
1992-04-28 | Track as.texinfo | Roland Pesch | 1 | -3/+2 | |
1992-04-28 | Remove local formatting kluges, not meant for distribution. | Roland Pesch | 1 | -3/+2 | |
1992-04-27 | Former -k option now -K to avoid conflict with Sun assembler. | Roland Pesch | 2 | -39/+49 | |
(-K [nee -k] gives warning when difference tables altered by assembler) | |||||
1992-04-27 | use -K for broken word option rather than -k which means pic to sun as | K. Richard Pixley | 1 | -5/+8 | |
1992-04-21 | do not print recursion lines | K. Richard Pixley | 1 | -0/+4 | |
1992-04-21 | tooldir copy of gas belongs directly in tooldir | K. Richard Pixley | 1 | -0/+9 | |
1992-04-09 | Install second copy in $(tooldir)/bin, since that's where gcc looks. | Ken Raeburn | 1 | -0/+5 | |
1992-04-07 | The Apollo compiler doesn't like assigning variables to enum's. So, | Sean Eric Fagan | 1 | -1/+1 | |
add a new enum to the class, with a value of 0. | |||||
1992-04-07 | ChangeLog entries describing my changes. | Sean Eric Fagan | 1 | -0/+16 | |
1992-04-07 | Change a series of #if/#elif to #if/#else/#if.../#endif. The apollo | Sean Eric Fagan | 1 | -9/+5 | |
compiler lies about being ANSI conformant. | |||||
1992-04-07 | The apollo make does not like lines which end in a backslash, but do not have | Sean Eric Fagan | 1 | -6/+8 | |
anything following (it tries to interpret the next line as a command; for this file, the next line was merely more rules). | |||||
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. |