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
Roland Pesch
503b93500b
Initial revision
35 years ago
Steve Chamberlain
d60f7e4804
Added default_reloc_type_lookup to arch_info
35 years ago
Roland Pesch
0f6863a5c7
Initial revision
35 years ago
K. Richard Pixley
b97ea9edf0
ugly bug in relocation emission
35 years ago
Steve Chamberlain
7c55a99692
*** empty log message ***
35 years ago
K. Richard Pixley
517d18b234
get bison subdirs right
35 years ago
Roland Pesch
8fbb73515b
Initial revision
35 years ago
Steve Chamberlain
9a046f1cdc
Added a load of mt/mh files
35 years ago
Steve Chamberlain
bca0480e5a
Uses ddestdir instead of destdir.
35 years ago
Steve Chamberlain
b769a5ae2c
Added mh-rs6000
35 years ago
Steve Chamberlain
1f2f0a9430
renamed to make:
mh-delta88
mh-dgux
mh-svr4
mh-sysv
mt-a29k
mt-ebmon29k
35 years ago
Steve Chamberlain
a53047e8a6
Added h-delta88
35 years ago
Steve Chamberlain
c3a0b87a43
Added README to .Sanitize
Made Makefile.in install using ddestdir
35 years ago
Steve Chamberlain
ffa057ee82
*** empty log message ***
35 years ago
K. Richard Pixley
7fb63e0f31
README.configure is now DOC.configure
35 years ago
Steve Chamberlain
5c63e7d1ce
*** empty log message ***
35 years ago