Commit Graph

29923 Commits

Author SHA1 Message Date
John Gilmore
1bf068b8a0 Fix decoding of mtacc, dmac, fmac. These files should really get merged
with the ones in BFD and the assembler, but c'est la vie.
1991-11-08 01:50:51 +00:00
Roland Pesch
c8072296ee Smallbook format fixes. 1991-11-08 01:46:38 +00:00
Sean Eric Fagan
5b15f3ad7a Initial revision 1991-11-08 01:17:18 +00:00
K. Richard Pixley
02f25e46a6 fixed for objdir/subdirs 1991-11-08 00:54:27 +00:00
Roland Pesch
ec34e28bb4 Fix missing brackets, parens, discovered during man-page conversion. 1991-11-08 00:31:44 +00:00
K. Richard Pixley
84396dcf34 install man pages too 1991-11-08 00:14:07 +00:00
K. Richard Pixley
51e2358ba9 get version from the right place 1991-11-08 00:13:45 +00:00
K. Richard Pixley
4c27527f1c rework install-dirs, add install-no-fixinclude 1991-11-08 00:08:14 +00:00
Steve Chamberlain
9c5a678a42 Initial revision 1991-11-07 23:37:54 +00:00
Steve Chamberlain
6255589afd Thu Nov 7 08:58:26 1991 Steve Chamberlain (sac at cygnus.com)
* 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 19:08:56 +00:00
Steve Chamberlain
85e0c72139 Thu Nov 7 11:03:55 1991 Steve Chamberlain (sac at rtl.cygnus.com)
* 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 19:06:38 +00:00
Steve Chamberlain
cfafcfa374 Fixed encoding of mtacc instruction. 1991-11-07 16:59:19 +00:00
Steve Chamberlain
86c18d92d2 *** empty log message *** 1991-11-07 16:57:21 +00:00
John Gilmore
fbcb509562 * tm-*.h: Remove READ_DBX_FORMAT, COFF_FORMAT, and
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 13:14:59 +00:00
K. Richard Pixley
a297b8cead fix a three-stage typo, build better install-dirs 1991-11-07 10:16:37 +00:00
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