Commit Graph

896 Commits

Author SHA1 Message Date
John Gilmore 66f3007536 New config.sub. 1991-08-22 07:30:50 +00:00
John Gilmore 901c5bfd54 Improve our Sanity. 1991-08-22 07:20:49 +00:00
K. Richard Pixley 4dfe09da09 Three part names, etc. 1991-08-22 07:15:49 +00:00
K. Richard Pixley 4f18392953 Initial revision 1991-08-22 07:15:48 +00:00
John Gilmore e522aa54a7 Make "make clean" work in subdirs. 1991-08-22 07:10:57 +00:00
John Gilmore 482be0362f Handle HP300bsd. 1991-08-22 07:09:55 +00:00
K. Richard Pixley 6c815bbe31 Three part names, etc. 1991-08-22 07:07:58 +00:00
K. Richard Pixley c0b47bae97 Three part names & all. 1991-08-22 06:21:45 +00:00
K. Richard Pixley d7b6b186ba Initial revision 1991-08-22 06:21:42 +00:00
John Gilmore 797d1b8939 * Start a ChangeLog for the includes directory.
* a.out.gnu.h (N_FN):  Fix value -- was 15, should be 0x1E.
* stab.def:  Update allocation table in comments at end,
to reflect reality as I know it.
1991-08-22 03:33:59 +00:00
K. Richard Pixley 1ca5c46c1f Three part names, etc. 1991-08-22 03:21:56 +00:00
K. Richard Pixley e1fd391e1f Initial revision 1991-08-22 03:21:53 +00:00
John Gilmore 5dd477d447 Support HP-300's under BSD. 1991-08-22 03:00:18 +00:00
John Gilmore 4efad21082 Add m68k-tdep.o. 1991-08-22 02:12:30 +00:00
John Gilmore 9fa283782e HP 300 BSD port for machines at FSF. Also minor mips change. 1991-08-22 01:42:18 +00:00
Roland Pesch a7f538ebd1 Wed Aug 21 14:33:06 1991 Roland H. Pesch (pesch at cygint.cygnus.com)
* Makefile.in: use targets "bfd.dvi" and "bfd.ps" instead of
	texdoc and psdoc; make these depend on generated .texi's

	* scanit, (new) unPROTO: turn PROTO macros into ANSI declarations in
	doc

	* bfd.c, reloc.c, syms.c: minor spelling/wording fixes in doc
	portions
1991-08-22 00:13:22 +00:00
Roland Pesch ab6db9b498 Initial revision 1991-08-22 00:13:19 +00:00
Roland Pesch 1ac2d1f2ad Newly regenerated from BFD .c's, with less obtrusive indications of origins. 1991-08-21 21:40:03 +00:00
Roland Pesch dd260c230b Wed Aug 21 14:33:06 1991 Roland H. Pesch (pesch at cygint.cygnus.com)
* Makefile.in, awkscan-ip, awkscan-p, intobfd,
	libbfd.h, libcoff.h, tolibcoff; new bfd-in.h, libbfd-in.h,
	libcoff-in.h: (a) use separate files for invariant parts of bfd.h,
	libbfd.h, and libcoff.h; (b) in generated parts of same, use less
	obtrusive marks indicating .c origins.

	* bfd.texinfo: generalize most references to linker
1991-08-21 21:37:39 +00:00
John Gilmore 90125c8596 Roll version to 3.98.2. 1991-08-21 04:09:24 +00:00
John Gilmore bc7d7419ad The machine-dependent files should declare the section names - not the
"internal" file.  Previously this was done as a mishmash.
1991-08-21 04:08:28 +00:00
John Gilmore c6e7b0ede0 Declare dependency even for optional modules. 1991-08-21 04:07:18 +00:00
John Gilmore 0a07b1f9d5 Remove warnings about system assembler for sunos4. 1991-08-20 23:01:50 +00:00
John Gilmore b142fea5e8 Remove warnings about system assembler. 1991-08-20 23:01:06 +00:00
Roland Pesch 2f60a8804d Check in with stuff from core.c (after PROTOS update in bfd Makefile) 1991-08-20 22:25:05 +00:00
Roland Pesch a92b9db33c Tue Aug 20 15:18:02 1991 Roland H. Pesch (pesch at cygint.cygnus.com)
* Makefile.in: include core.p in PROTOS (building better bfd.h)
	* archures.c: remove empty foo() definition (crept in at vn1.9)
1991-08-20 22:23:49 +00:00
K. Richard Pixley f0b9c97662 revisiting error messages 1991-08-20 04:56:47 +00:00
John Gilmore 5e5215eba7 * mcheck.c: Avoid warning about undeclared abort fn.
* tm-sparc.h (PC_ADJUST):  Avoid calling error() from this;
it causes recursive calls to error() when used in cleanups.
To do so requires that we make it a function, so we do.
* sparc-tdep.c (sparc_pc_adjust):  New implem of PC_ADJUST.
* utils.c (do_cleanups):  Remove the current cleanup from the
chain *before* calling it, in case error() is called from it.
The result won't be pretty, but won't be an infinite loop either.
1991-08-20 03:02:39 +00:00
K. Richard Pixley 24e2462158 Fixed compilation error. 1991-08-20 01:18:09 +00:00
Roland Pesch 188d6d224e Fixed minor typos. 1991-08-19 23:03:12 +00:00
John Gilmore 2791be2f81 BSD Net2 changes, and misc other fixes. 1991-08-19 20:55:31 +00:00
John Gilmore 5c9878f19c * breakpoint.c (bpstat_do_actions): Use a cleanup to restore
executing_breakpoint_commands if we are interrupted by error.
* coffread.c (init_lineno):  Avoid problem with zero-sized linetab
versus malloc/free.  From: john@labtam.labtam.oz.au (John Carey).
* core.c (solib_add_stub, core_open):  Call SOLIB_ADD inside a
catch_errors() so we can setup the frame regardless of whether
the shared libs work.
* ieee-float.c (double_to_ieee_extended):  Get exponent from
right place in little-endian systems.  From John Carey.
1991-08-19 20:55:06 +00:00
John Gilmore 361bf6eee5 Minor bug fixes from BSD Net2 gdb:
* blockframe.c (get_prev_frame_info):  If FRAME_CHAIN_COMBINE
returns 0, there is no previous frame.
* breakpoint.c (commands_command):  If !from_tty, don't call
input_from_terminal_p().
* dbxread.c (record_misc_function):  Speed up slightly.
(compare_psymbols):  Ditto.
* infcmd.c (do_registers_info):  Take a second argument to
determine whether to print float registers.  "info registers"
does not do so anymore.  "info all-registers" does, now.
* mips-tdep.c, pyr-tdep.c (xxx_do_registers_info):  Take second
arg and ignore it.
* tm-mips.h, tm-pyr.h (DO_REGISTERS_INFO):  Pass second arg.
* inflow.c (initialize_inflow):  Set tflags_ours correctly.
1991-08-19 20:54:03 +00:00
Roland Pesch 6724ff46c8 Mon Aug 19 13:48:22 1991 Roland H. Pesch (pesch at cygint.cygnus.com)
* aoutx.h, archive.c, archures.c, bfd.c, bfd.texinfo, cache.c,
	coffcode.h, core.c, format.c, libbfd.c, libbfd.h, libcoff.h,
	opncls.c, reloc.c, section.c, syms.c, targets.c (documentation
	segments): used BFD (caps) more consistently as a name in
	discourse, fixed a few other minor typos and uses of fonts
1991-08-19 20:52:38 +00:00
Michael Tiemann 7ce3bf92ca Describe C++ fixes. 1991-08-19 17:02:17 +00:00
Michael Tiemann 9404978d0b Fixed two C++ related bugs. 1991-08-19 14:40:50 +00:00
Steve Chamberlain d33cfbd8c1 *** empty log message *** 1991-08-17 00:23:43 +00:00
Steve Chamberlain fd1860075e *** empty log message *** 1991-08-17 00:22:24 +00:00
Steve Chamberlain d3f2a82c81 *** empty log message *** 1991-08-17 00:20:52 +00:00
Steve Chamberlain 39db05ea11 *** empty log message *** 1991-08-17 00:19:43 +00:00
Steve Chamberlain c618de01c1 Documentation 1991-08-17 00:17:15 +00:00
Steve Chamberlain 90f3f3e2b0 Initial revision 1991-08-17 00:16:57 +00:00
Steve Chamberlain 3a26c0cd00 Doc changes 1991-08-17 00:09:20 +00:00
Steve Chamberlain bded7de213 Documentation changes 1991-08-17 00:07:43 +00:00
Steve Chamberlain 0b5311ca6d Initial revision 1991-08-17 00:01:23 +00:00
K. Richard Pixley f9584c6dcd Allow yacc to be passed in as BISON. 1991-08-16 21:47:14 +00:00
K. Richard Pixley 88f13fd058 Mostly just formatting and comments. 1991-08-16 19:09:17 +00:00
John Gilmore 351b221ded * main.c: Remove unused terminating_signals and catch_termination().
(long_options):  Terminate with a zero element.
        [Bugfix from Atsuo Kawaguchi <atsuo@hark86.harl.hitachi.co.jp>.]
        (gdb_readline):  Make call-compatible with readline.
        (init_signals):  Improve comments re vfork vs. signal.

        * utils.c (prompt_for_continue):  Use new gdb_readline().
        If we prompt for continuation, we don't let CR repeat the previous
        command, once we get back to a prompt.  It's too easy to keep
        hitting CR, expecting "--more--" prompts, and have some long
        command start repeating on you.
1991-08-16 01:49:30 +00:00
K. Richard Pixley 7078c4acc1 added spaces after ,a annuls and ,N ,T bpred bits. 1991-08-15 20:35:45 +00:00
K. Richard Pixley 60b6e7da1f Corrected relocation overflow checks. 1991-08-15 20:34:42 +00:00