K. Richard Pixley
f94dcdb2bd
Do the CFLAGS thing.
35 years ago
Roland Pesch
85fc7642a1
Track as.texinfo
35 years ago
Roland Pesch
eaeebcc9d7
Remove local formatting kluges, not meant for distribution.
35 years ago
Roland Pesch
8038106352
Former -k option now -K to avoid conflict with Sun assembler.
(-K [nee -k] gives warning when difference tables altered by assembler)
35 years ago
K. Richard Pixley
e6498b10d7
use -K for broken word option rather than -k which means pic to sun as
35 years ago
K. Richard Pixley
95a3881d30
incorporate standards.texi
35 years ago
K. Richard Pixley
1dbe4d41aa
do not print subdir_do lines or recursion lines
35 years ago
K. Richard Pixley
b42b37824f
virgin
35 years ago
K. Richard Pixley
28f760d3cf
sanitize and keep autoconf
35 years ago
K. Richard Pixley
618f57a9a2
add autoconf
35 years ago
Stu Grossman
9e91f617eb
* Makefile.in (make-proto-gdb-1): 1st cut at packaging
29k-share/* subdirs...
35 years ago
Stu Grossman
54847287d9
* remote-udi.c (udi_insert/remove_breakpoint): Completely
rewrite, only leave out the bugs.
35 years ago
K. Richard Pixley
57d32184c3
keep patch, remove rcsid
35 years ago
Stu Grossman
6daa0768ba
29k/UDI add stragglers.
35 years ago
Stu Grossman
0857b46a9c
* Makefile.in: Add 29k/UDI support. Improve depend.
* .Sanitize, alldeps.mak, configure.in, depend: Add 29k/UDI support.
35 years ago
Stu Grossman
07df483123
* am29k-tdep.c: Update to use new calling conventions, and misc
symbol elements.
35 years ago
Stu Grossman
72b1aa3096
* m68k-pinsn.c (print_insn_arg): Make branch offsets be signed.
35 years ago
Stu Grossman
7b42a5d9ff
* configure.in: Add a29k-amd-udi.
35 years ago
Stu Grossman
66a8a9b4d2
* tm-29k.h: Set DECR_PC_AFTER_BREAK to 0, as 29ks have nice
breakpoint instructions that leave PC pointing at the right place.
35 years ago
Stu Grossman
9f756cd8d2
29k/UDI config stuff.
35 years ago
Stu Grossman
9bddba9ad7
29K/UDI remote debugger interface.
35 years ago
Stu Grossman
850b104079
More files for 29k/UDI.
35 years ago
Fred Fish
c8094777b6
Call warning() to print warnings, which deals properly with leading and
trailing newlines, as well as presenting a consistent prefix for warnings
(IE "warning: ").
35 years ago
Fred Fish
55c0061edd
aoutx.h (aout_<bits>_swap_exec_header_in): Zero out the internal_exec
structure before initializing the fields that are used, so that the unused
fields are in a known state. Two of these structures are memcmp'd so
any fields not explicitly initialized must be set to a known state.
35 years ago
K. Richard Pixley
386b54d606
remove subdirs line
35 years ago
K. Richard Pixley
92b9ed409a
configure: test for and move config.status pieces from subdir.
35 years ago
K. Richard Pixley
734e5c1a83
ooops.
35 years ago
K. Richard Pixley
77b19d3d3e
rework CFLAGS such that they can be passed on command line to make
35 years ago
K. Richard Pixley
e72c4b3ab8
add move-if-change
35 years ago
Fred Fish
ef40037a0d
Finish MINUS_G eradication per current configuration strategy.
35 years ago
Fred Fish
61984ba242
Replace MINUS_G by CFLAGS.
35 years ago
Fred Fish
64cebbc53a
Finish eradication of MINUS_G per current configuration strategy.
35 years ago
Fred Fish
011612f7f2
Finish MINUS_G eradication per new configure strategy.
35 years ago
Fred Fish
3a63a5f515
Test for nonexistance of files before trying to mv them.
35 years ago
Fred Fish
952131da03
Replace MINUS_G with CFLAGS.
35 years ago
Fred Fish
9ea9f1ec6a
Finish MINUS_G eradication.
35 years ago
Fred Fish
de862087a2
Replace MINUS_G with CFLAGS per new configuration standard.
35 years ago
Fred Fish
58760cdaa2
Test for nonexistance of files before trying to mv them, to avoid numerous
nonexistance error messages.
35 years ago
Stu Grossman
d6c20dc563
Add config target for 29k/UDI.
35 years ago
Stu Grossman
d7df9c3ca4
Add lotsa files for 29k UDI debugger interface support.
35 years ago
Steve Chamberlain
ee0c4cf7d1
* ldlex.l: added CMDFILENAMECHAR state so that you can lex
different sorts of filenames on the command line than in a script.
35 years ago
Stu Grossman
35a258406b
* symtab.c (lookup_symbol): Need to check if msymbol->name is
NULL, as ALL_MSYMBOLS will never return a NULL msymbol pointer.
This prevents a crash when trying to lookup the value of a
non-existent symbol.
35 years ago
Fred Fish
4ace50a510
Remove now obsolete signame.c and signame.h; functionality is handled by
libiberty/strsignal.c. Widespread changes to use libiberty/strerror.c
functions for errno manipulations and libiberty/strsignal.c for signo
(signals) manipulations.
35 years ago
Fred Fish
be2d8c134a
Convert typedef that typedefs nothing into a normal structure declaration.
Prototype args to function that second arg of pass_over points to.
35 years ago
K. Richard Pixley
d8e89b6b95
rework CFLAGS so that they can be passed on the make command line
35 years ago
K. Richard Pixley
fa493b931a
do not print recursion lines
35 years ago
K. Richard Pixley
53988f33e8
correct final line of config.status
35 years ago
K. Richard Pixley
86112802a9
configure: patch from eggert. Avoids a protection problem if the
original Makefile.in is read only.
35 years ago
K. Richard Pixley
6e6bf7f2ca
Makefile.in: rework CFLAGS so that they can be set from the command
line to make. CFLAGS -> INTERNAL_CFLAGS. USER_CFLAGS -> CFLAGS.
Remove MINUS_G. Default CFLAGS to -g. Pass CFLAGS on recusions.
35 years ago
K. Richard Pixley
196377eec6
configure: use move-if-change from gcc to create config.status. Some
makefiles depend on config.status to tell if a directory has been
reconfigured for a different host. This change prevents those
directories from remaking everything in the case where the reconfig
was only intended to rebuild a Makefile.
35 years ago