Commit Graph

1808 Commits

Author SHA1 Message Date
K. Richard Pixley 2e410706ab only build a link if it isn't there already 1991-11-07 10:14:32 +00:00
K. Richard Pixley 43e36dd252 fixed some comments, removed the "in /giga/auto-tests/devo" line 1991-11-07 07:25:27 +00:00
John Gilmore e64fbb3aa7 * coffread.c: Eliminate c_nsyms in favor of c_naux.
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-07 01:27:46 +00:00
Steve Chamberlain fd345c9cbb Wouldn't it be nice if Sanitize ignored spaces ? 1991-11-06 11:53:16 +00:00
K. Richard Pixley 6951f3cc3f Initial revision 1991-11-06 09:48:32 +00:00
Steve Chamberlain ef1587739d Use the right AR 1991-11-06 09:29:36 +00:00
Steve Chamberlain 8f0a3a7c95 Added three files which had been forgotten 1991-11-06 09:26:59 +00:00
Steve Chamberlain f9da0d6713 Added gdb.1 1991-11-06 09:24:57 +00:00
Steve Chamberlain 68de1b2302 Uniq contents, since configure gets confused if the same file is in more than once. 1991-11-06 09:14:33 +00:00
Steve Chamberlain 05b47bfbff Added nm.1, objdump.1, ranlib.1, size.1 and strip.1 1991-11-06 09:06:02 +00:00
Steve Chamberlain 0ec776a5a6 Added $(INSTALL_FIXED_INCLUDES) so devo/config dir can chose not to create
all the /usr/include stuff if it wants to.

Steve
1991-11-06 08:12:56 +00:00
Steve Chamberlain 98945b2198 *** empty log message *** 1991-11-06 08:01:00 +00:00
Steve Chamberlain 62b400b2b0 *** empty log message *** 1991-11-06 07:38:18 +00:00
K. Richard Pixley 2c55824ff8 with bison's help, call it in such a way that any configuration type can find it 1991-11-06 07:34:54 +00:00
Steve Chamberlain 0aaa124f3e * Makefile.in: put a - infront of the mv y.tab.c c-exp.tab.c and
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 06:49:20 +00:00
Steve Chamberlain a5dc1fdbca Hi, I've fixed this twice now.
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 06:07:13 +00:00
K. Richard Pixley 137c0ccfff get bison library path right 1991-11-06 05:18:14 +00:00
K. Richard Pixley 7739eda2b7 get bison library path right 1991-11-06 05:15:52 +00:00
K. Richard Pixley 7d89090989 oops, syntax error 1991-11-06 02:30:51 +00:00
K. Richard Pixley a6c6eaf80b adjust STRIP_UNDERSCORE 1991-11-06 02:27:02 +00:00
K. Richard Pixley ac7d9f2dd1 adjust STRIP_UNDERSCORE, polish te-files 1991-11-06 02:23:49 +00:00
K. Richard Pixley 2e81fce47e Initial revision 1991-11-06 02:23:45 +00:00
Steve Chamberlain 9488cc4d44 *** empty log message *** 1991-11-06 01:53:55 +00:00
Steve Chamberlain bee84e0bc3 New prototype from sectino.c 1991-11-06 01:23:48 +00:00
Roland Pesch c1d43aa230 Correction in intro text re corefile arg (may also be procID); second time
around didn't ack two possibilities.
1991-11-06 01:22:44 +00:00
Steve Chamberlain d9c53949d8 Call new bfd entrypoint bfd_make_section_old_way 1991-11-06 01:21:19 +00:00
Per Bothner 545af6ce07 Add C++ as a separate language.
Also, fix a C++ problem when looking for methods in super-classes.
(There was confusion between base and derived types.)
1991-11-06 01:08:21 +00:00
Roland Pesch 4906534f1f Record (as comments) three FIXMEs. 1991-11-06 00:36:08 +00:00
Roland Pesch df22f46905 Initial revision 1991-11-05 23:35:16 +00:00
Roland Pesch 2c8df22dde Initial revision 1991-11-05 23:19:25 +00:00
Roland Pesch 75470b8ee1 Fix for slight formatting error discovered while converting man pages. 1991-11-05 22:53:44 +00:00
Roland Pesch 5ad691d474 Initial revision 1991-11-05 22:52:54 +00:00
Roland Pesch 19450a0c52 Initial revision 1991-11-05 22:43:50 +00:00
Roland Pesch 503b93500b Initial revision 1991-11-05 22:29:15 +00:00
Steve Chamberlain d60f7e4804 Added default_reloc_type_lookup to arch_info 1991-11-05 22:18:59 +00:00
Roland Pesch 0f6863a5c7 Initial revision 1991-11-05 22:18:44 +00:00
K. Richard Pixley b97ea9edf0 ugly bug in relocation emission 1991-11-05 22:00:51 +00:00
Steve Chamberlain 7c55a99692 *** empty log message *** 1991-11-05 21:56:06 +00:00
K. Richard Pixley 517d18b234 get bison subdirs right 1991-11-05 21:54:33 +00:00
Roland Pesch 8fbb73515b Initial revision 1991-11-05 21:54:10 +00:00
Steve Chamberlain 9a046f1cdc Added a load of mt/mh files 1991-11-05 21:21:12 +00:00
Steve Chamberlain bca0480e5a Uses ddestdir instead of destdir. 1991-11-05 21:17:49 +00:00
Steve Chamberlain b769a5ae2c Added mh-rs6000 1991-11-05 21:16:30 +00:00
Steve Chamberlain 1f2f0a9430 renamed to make:
mh-delta88
mh-dgux
mh-svr4
mh-sysv
mt-a29k
mt-ebmon29k
1991-11-05 20:58:27 +00:00
Steve Chamberlain a53047e8a6 Added h-delta88 1991-11-05 20:55:45 +00:00
Steve Chamberlain c3a0b87a43 Added README to .Sanitize
Made Makefile.in install using ddestdir
1991-11-05 20:53:19 +00:00
Steve Chamberlain ffa057ee82 *** empty log message *** 1991-11-05 20:36:54 +00:00
K. Richard Pixley 7fb63e0f31 README.configure is now DOC.configure 1991-11-05 20:03:20 +00:00
Steve Chamberlain 5c63e7d1ce *** empty log message *** 1991-11-05 18:27:31 +00:00
K. Richard Pixley 3c9d74a8eb make coff configure properly 1991-11-05 09:01:45 +00:00