Steve Chamberlain
557f4de774
Include coff-m88k.h rather than m88kbcs.h
35 years ago
Steve Chamberlain
887b336397
Install ld into ddestdir/bin.
35 years ago
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.
35 years ago
Roland Pesch
c8072296ee
Smallbook format fixes.
35 years ago
Sean Eric Fagan
5b15f3ad7a
Initial revision
35 years ago
K. Richard Pixley
02f25e46a6
fixed for objdir/subdirs
35 years ago
Roland Pesch
ec34e28bb4
Fix missing brackets, parens, discovered during man-page conversion.
35 years ago
K. Richard Pixley
84396dcf34
install man pages too
35 years ago
K. Richard Pixley
51e2358ba9
get version from the right place
35 years ago
K. Richard Pixley
4c27527f1c
rework install-dirs, add install-no-fixinclude
35 years ago
Steve Chamberlain
9c5a678a42
Initial revision
35 years ago
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
35 years ago
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.
35 years ago
Steve Chamberlain
cfafcfa374
Fixed encoding of mtacc instruction.
35 years ago
Steve Chamberlain
86c18d92d2
*** empty log message ***
35 years ago
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.
35 years ago
K. Richard Pixley
a297b8cead
fix a three-stage typo, build better install-dirs
35 years ago
K. Richard Pixley
2e410706ab
only build a link if it isn't there already
35 years ago
K. Richard Pixley
43e36dd252
fixed some comments, removed the "in /giga/auto-tests/devo" line
35 years ago
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.
35 years ago
Steve Chamberlain
fd345c9cbb
Wouldn't it be nice if Sanitize ignored spaces ?
35 years ago
K. Richard Pixley
6951f3cc3f
Initial revision
35 years ago
Steve Chamberlain
ef1587739d
Use the right AR
35 years ago
Steve Chamberlain
8f0a3a7c95
Added three files which had been forgotten
35 years ago
Steve Chamberlain
f9da0d6713
Added gdb.1
35 years ago
Steve Chamberlain
68de1b2302
Uniq contents, since configure gets confused if the same file is in more than once.
35 years ago
Steve Chamberlain
05b47bfbff
Added nm.1, objdump.1, ranlib.1, size.1 and strip.1
35 years ago
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
35 years ago
Steve Chamberlain
98945b2198
*** empty log message ***
35 years ago
Steve Chamberlain
62b400b2b0
*** empty log message ***
35 years ago
K. Richard Pixley
2c55824ff8
with bison's help, call it in such a way that any configuration type can find it
35 years ago
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.
35 years ago
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.
35 years ago
K. Richard Pixley
137c0ccfff
get bison library path right
35 years ago
K. Richard Pixley
7739eda2b7
get bison library path right
35 years ago
K. Richard Pixley
7d89090989
oops, syntax error
35 years ago
K. Richard Pixley
a6c6eaf80b
adjust STRIP_UNDERSCORE
35 years ago
K. Richard Pixley
ac7d9f2dd1
adjust STRIP_UNDERSCORE, polish te-files
35 years ago
K. Richard Pixley
2e81fce47e
Initial revision
35 years ago
Steve Chamberlain
9488cc4d44
*** empty log message ***
35 years ago
Steve Chamberlain
bee84e0bc3
New prototype from sectino.c
35 years ago
Roland Pesch
c1d43aa230
Correction in intro text re corefile arg (may also be procID); second time
around didn't ack two possibilities.
35 years ago
Steve Chamberlain
d9c53949d8
Call new bfd entrypoint bfd_make_section_old_way
35 years ago
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.)
35 years ago
Roland Pesch
4906534f1f
Record (as comments) three FIXMEs.
35 years ago
Roland Pesch
df22f46905
Initial revision
35 years ago
Roland Pesch
2c8df22dde
Initial revision
35 years ago
Roland Pesch
75470b8ee1
Fix for slight formatting error discovered while converting man pages.
35 years ago
Roland Pesch
5ad691d474
Initial revision
35 years ago
Roland Pesch
19450a0c52
Initial revision
35 years ago