Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1991-11-08 | rework install-dirs, add install-no-fixinclude | K. Richard Pixley | 1 | -21/+30 | |
1991-11-07 | Initial revision | Steve Chamberlain | 1 | -0/+13 | |
1991-11-07 | Thu Nov 7 08:58:26 1991 Steve Chamberlain (sac at cygnus.com) | Steve Chamberlain | 3 | -4/+8 | |
* internalcoff.h: took out the M88 dependency in the lineno struct. * coff-m88k.h: defines GET_LINENO_LNNO and PUT_LINENO_LNNO to use 32bit linno entries. * a29k-opcode.h: fixed encoding of mtacc | |||||
1991-11-07 | Thu Nov 7 11:03:55 1991 Steve Chamberlain (sac at rtl.cygnus.com) | Steve Chamberlain | 2 | -318/+217 | |
* coffcode.h: Defined new macros [PUT|GET]LINENO_LNNO for manipulation of lnno fields in lineno structs in a coff-<f>.h independent way. Override it in coff-<f>.h to your favourite number if you don't have a 16bit lnno field. (coff_swap_lineno_in) (coff_swap_lineno_out): modified to use the new macros. | |||||
1991-11-07 | Fixed encoding of mtacc instruction. | Steve Chamberlain | 2 | -2/+13 | |
1991-11-07 | *** empty log message *** | Steve Chamberlain | 1 | -0/+17 | |
1991-11-07 | * tm-*.h: Remove READ_DBX_FORMAT, COFF_FORMAT, and | John Gilmore | 26 | -178/+41 | |
READ_MIPS_FORMAT, which have been unused since BFD. Still remaining is COFF_NO_LONG_FILE_NAMES. * tm-sun3.h, tm-altos.h: Remove detritus accidentally left from function calling code moved to m68k-tdep.c. | |||||
1991-11-07 | fix a three-stage typo, build better install-dirs | K. Richard Pixley | 1 | -10/+8 | |
1991-11-07 | only build a link if it isn't there already | K. Richard Pixley | 1 | -3/+3 | |
1991-11-07 | fixed some comments, removed the "in /giga/auto-tests/devo" line | K. Richard Pixley | 1 | -6/+7 | |
1991-11-07 | * coffread.c: Eliminate c_nsyms in favor of c_naux. | John Gilmore | 2 | -13/+44 | |
Complain if no auxents on .bf and .ef FCN symbols, and assume lots of line numbers. (init_linenos, enter_linenos): Use a sentinel at the end of the read-in linenos, to make for a fast, safe loop-end test. | |||||
1991-11-06 | Wouldn't it be nice if Sanitize ignored spaces ? | Steve Chamberlain | 1 | -18/+18 | |
1991-11-06 | Initial revision | K. Richard Pixley | 3 | -0/+1 | |
1991-11-06 | Use the right AR | Steve Chamberlain | 1 | -16/+0 | |
1991-11-06 | Added three files which had been forgotten | Steve Chamberlain | 1 | -1/+6 | |
1991-11-06 | Added gdb.1 | Steve Chamberlain | 1 | -0/+1 | |
1991-11-06 | Uniq contents, since configure gets confused if the same file is in more ↵ | Steve Chamberlain | 1 | -2/+6 | |
than once. | |||||
1991-11-06 | Added nm.1, objdump.1, ranlib.1, size.1 and strip.1 | Steve Chamberlain | 1 | -1/+10 | |
1991-11-06 | Added $(INSTALL_FIXED_INCLUDES) so devo/config dir can chose not to create | Steve Chamberlain | 1 | -3/+8 | |
all the /usr/include stuff if it wants to. Steve | |||||
1991-11-06 | *** empty log message *** | Steve Chamberlain | 1 | -5/+5 | |
1991-11-06 | *** empty log message *** | Steve Chamberlain | 1 | -0/+24 | |
1991-11-06 | with bison's help, call it in such a way that any configuration type can find it | K. Richard Pixley | 1 | -33/+19 | |
1991-11-06 | * Makefile.in: put a - infront of the mv y.tab.c c-exp.tab.c and | Steve Chamberlain | 2 | -2/+9 | |
mv y.tab.c m2-exp.tab.c, so that if bison is used, and the files are created in place, so the mv fails, then the make continues. | |||||
1991-11-06 | Hi, I've fixed this twice now. | Steve Chamberlain | 1 | -2/+2 | |
the old solution: then echo \`pwd\`/$(unsubdir)/../bison$(subdir)/bison -L $(srcdir)/bison/ ; \ is wrong: proof: [stuff] >> /limbo/steve/devo/gcc/./../bison/bison -L ./bison/ -v ./c-parse.y -o c-parse.tab.c >> /limbo/steve/devo/gcc/./../bison/bison: ./bison/bison.simple: No such file or directory This solution: then echo \`pwd\`/$(unsubdir)/../bison$(subdir)/bison -L \`pwd\`/$(unsubdir)/../bison$(subdir)/ ; \ works. | |||||
1991-11-06 | get bison library path right | K. Richard Pixley | 1 | -2/+2 | |
1991-11-06 | get bison library path right | K. Richard Pixley | 1 | -2/+2 | |
1991-11-06 | oops, syntax error | K. Richard Pixley | 1 | -1/+1 | |
1991-11-06 | adjust STRIP_UNDERSCORE | K. Richard Pixley | 2 | -39/+40 | |
1991-11-06 | adjust STRIP_UNDERSCORE, polish te-files | K. Richard Pixley | 2 | -6/+0 | |
1991-11-06 | Initial revision | K. Richard Pixley | 1 | -0/+2 | |
1991-11-06 | *** empty log message *** | Steve Chamberlain | 1 | -2/+2 | |
1991-11-06 | New prototype from sectino.c | Steve Chamberlain | 1 | -0/+21 | |
1991-11-06 | Correction in intro text re corefile arg (may also be procID); second time | Roland Pesch | 1 | -8/+9 | |
around didn't ack two possibilities. | |||||
1991-11-06 | Call new bfd entrypoint bfd_make_section_old_way | Steve Chamberlain | 1 | -34/+36 | |
1991-11-06 | Add C++ as a separate language. | Per Bothner | 5 | -15/+77 | |
Also, fix a C++ problem when looking for methods in super-classes. (There was confusion between base and derived types.) | |||||
1991-11-06 | Record (as comments) three FIXMEs. | Roland Pesch | 1 | -1/+13 | |
1991-11-05 | Initial revision | Roland Pesch | 1 | -0/+143 | |
1991-11-05 | Initial revision | Roland Pesch | 1 | -0/+174 | |
1991-11-05 | Fix for slight formatting error discovered while converting man pages. | Roland Pesch | 1 | -1/+1 | |
1991-11-05 | Initial revision | Roland Pesch | 1 | -0/+80 | |
1991-11-05 | Initial revision | Roland Pesch | 1 | -0/+218 | |
1991-11-05 | Initial revision | Roland Pesch | 1 | -0/+154 | |
1991-11-05 | Added default_reloc_type_lookup to arch_info | Steve Chamberlain | 1 | -1/+1 | |
1991-11-05 | Initial revision | Roland Pesch | 1 | -0/+471 | |
1991-11-05 | ugly bug in relocation emission | K. Richard Pixley | 1 | -1/+1 | |
1991-11-05 | *** empty log message *** | Steve Chamberlain | 1 | -1/+5 | |
1991-11-05 | get bison subdirs right | K. Richard Pixley | 1 | -3/+2 | |
1991-11-05 | Initial revision | Roland Pesch | 1 | -0/+1013 | |
1991-11-05 | Added a load of mt/mh files | Steve Chamberlain | 1 | -5/+21 | |
1991-11-05 | Uses ddestdir instead of destdir. | Steve Chamberlain | 1 | -3/+3 | |