Commit Graph

2810 Commits

Author SHA1 Message Date
Michael Tiemann b96a430e09 Fix a typo (missing ||) in b_out_squirt_out_relocs. 1992-04-29 20:45:03 +00:00
Steve Chamberlain 5022aea5df * aoutx.h (aout_swap_ext_reloc_out, aout_swap_std_reloc_out)
bout.c (b_out_squirt_out_relocs): treat abs sumbols the right way.
	* reloc.c (bfd_perform-relocation): don't relocate refs to
	absolute symbols if doing a partial link.
1992-04-29 19:40:35 +00:00
John Gilmore 836e9ea06f * readline.h: Declare rl_event_hook (which already existed).
Suggested by Christoph Tietz <tietz@zi.gmd.dbp.de>.
1992-04-29 17:21:46 +00:00
K. Richard Pixley f94dcdb2bd Do the CFLAGS thing. 1992-04-28 17:22:07 +00:00
Roland Pesch 85fc7642a1 Track as.texinfo 1992-04-28 02:37:24 +00:00
Roland Pesch eaeebcc9d7 Remove local formatting kluges, not meant for distribution. 1992-04-28 02:35:40 +00:00
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)
1992-04-27 20:51:53 +00:00
K. Richard Pixley e6498b10d7 use -K for broken word option rather than -k which means pic to sun as 1992-04-27 20:17:02 +00:00
K. Richard Pixley 95a3881d30 incorporate standards.texi 1992-04-24 23:04:14 +00:00
K. Richard Pixley 1dbe4d41aa do not print subdir_do lines or recursion lines 1992-04-24 22:56:39 +00:00
K. Richard Pixley b42b37824f virgin 1992-04-24 22:21:27 +00:00
K. Richard Pixley 28f760d3cf sanitize and keep autoconf 1992-04-24 21:51:47 +00:00
K. Richard Pixley 618f57a9a2 add autoconf 1992-04-24 21:46:16 +00:00
Stu Grossman 9e91f617eb * Makefile.in (make-proto-gdb-1): 1st cut at packaging
29k-share/* subdirs...
1992-04-24 21:41:53 +00:00
Stu Grossman 54847287d9 * remote-udi.c (udi_insert/remove_breakpoint): Completely
rewrite, only leave out the bugs.
1992-04-24 21:39:01 +00:00
K. Richard Pixley 57d32184c3 keep patch, remove rcsid 1992-04-24 20:53:28 +00:00
Stu Grossman 6daa0768ba 29k/UDI add stragglers. 1992-04-24 15:36:16 +00:00
Stu Grossman 0857b46a9c * Makefile.in: Add 29k/UDI support. Improve depend.
* .Sanitize, alldeps.mak, configure.in, depend:  Add 29k/UDI support.
1992-04-24 15:01:45 +00:00
Stu Grossman 07df483123 * am29k-tdep.c: Update to use new calling conventions, and misc
symbol elements.
1992-04-24 14:52:26 +00:00
Stu Grossman 72b1aa3096 * m68k-pinsn.c (print_insn_arg): Make branch offsets be signed. 1992-04-24 14:45:53 +00:00
Stu Grossman 7b42a5d9ff * configure.in: Add a29k-amd-udi. 1992-04-24 14:37:32 +00:00
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.
1992-04-24 06:32:59 +00:00
Stu Grossman 9f756cd8d2 29k/UDI config stuff. 1992-04-24 06:27:14 +00:00
Stu Grossman 9bddba9ad7 29K/UDI remote debugger interface. 1992-04-24 05:48:30 +00:00
Stu Grossman 850b104079 More files for 29k/UDI. 1992-04-24 05:47:14 +00:00
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: ").
1992-04-24 01:45:47 +00:00
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.
1992-04-24 01:42:41 +00:00
K. Richard Pixley 386b54d606 remove subdirs line 1992-04-23 01:08:49 +00:00
K. Richard Pixley 92b9ed409a configure: test for and move config.status pieces from subdir. 1992-04-23 01:07:40 +00:00
K. Richard Pixley 734e5c1a83 ooops. 1992-04-23 00:00:09 +00:00
K. Richard Pixley 77b19d3d3e rework CFLAGS such that they can be passed on command line to make 1992-04-22 23:35:47 +00:00
K. Richard Pixley e72c4b3ab8 add move-if-change 1992-04-22 21:52:44 +00:00
Fred Fish ef40037a0d Finish MINUS_G eradication per current configuration strategy. 1992-04-22 21:51:57 +00:00
Fred Fish 61984ba242 Replace MINUS_G by CFLAGS. 1992-04-22 21:51:25 +00:00
Fred Fish 64cebbc53a Finish eradication of MINUS_G per current configuration strategy. 1992-04-22 21:49:56 +00:00
Fred Fish 011612f7f2 Finish MINUS_G eradication per new configure strategy. 1992-04-22 21:48:51 +00:00
Fred Fish 3a63a5f515 Test for nonexistance of files before trying to mv them. 1992-04-22 21:48:18 +00:00
Fred Fish 952131da03 Replace MINUS_G with CFLAGS. 1992-04-22 21:44:58 +00:00
Fred Fish 9ea9f1ec6a Finish MINUS_G eradication. 1992-04-22 21:44:32 +00:00
Fred Fish de862087a2 Replace MINUS_G with CFLAGS per new configuration standard. 1992-04-22 21:42:25 +00:00
Fred Fish 58760cdaa2 Test for nonexistance of files before trying to mv them, to avoid numerous
nonexistance error messages.
1992-04-22 21:41:44 +00:00
Stu Grossman d6c20dc563 Add config target for 29k/UDI. 1992-04-22 21:02:22 +00:00
Stu Grossman d7df9c3ca4 Add lotsa files for 29k UDI debugger interface support. 1992-04-22 20:40:53 +00:00
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.
1992-04-22 19:55:15 +00:00
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.
1992-04-22 17:01:22 +00:00
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.
1992-04-22 16:46:47 +00:00
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.
1992-04-22 16:40:35 +00:00
K. Richard Pixley d8e89b6b95 rework CFLAGS so that they can be passed on the make command line 1992-04-21 20:43:28 +00:00
K. Richard Pixley fa493b931a do not print recursion lines 1992-04-21 20:37:29 +00:00
K. Richard Pixley 53988f33e8 correct final line of config.status 1992-04-21 19:52:54 +00:00