aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1992-09-15Oops! Retract last change. Didn't mean to pollute things with energize justStu Grossman2-34/+13
yet!
1992-09-15* utils.c (query): Remove test for energize from top. NowStu Grossman2-13/+34
handled in input_from_terminal_p().
1992-09-15* energize.c (send_location): New routine to consolidate allStu Grossman2-27/+140
places where we must notify kernel of where the given pc is. (cplus_demangle): Put single-quotes around demangled names. (energize_call_command): Call send_location() after doing up, down, and frame commands.
1992-09-14Fix typos and thinkos reported by Sun Ming (and one reported by John).Roland Pesch1-14/+18
1992-09-14Sun Sep 13 20:29:39 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor3-0/+16
* obj-coffbfd.h: define WARN_SIGNED_OVERFLOW_WORD. obj-coffbfd.c (fixup_segment): check for signed .word overflow if WARN_SIGNED_OVERFLOW_WORD.
1992-09-14Sun Sep 13 20:30:10 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-0/+8
* Added WARN_SIGNED_OVERFLOW_WORD define to give an error if any .word is < -32768 or > 32767. The -J flag causes the error to be ignored. This is to catch over-sized switches generated by gcc on systems which don't support the broken .word hack. as.c (main): permit -J if WARN_SIGNED_OVERFLOW_WORD. write.c (fixup_segment): check for signed .word overflow if WARN_SIGNED_OVERFLOW_WORD.
1992-09-14Sun Sep 13 20:29:39 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor2-2/+7
* obj-coffbfd.c (fixup_segment): fixed missing parens in expression checking for byte or word overflow.
1992-09-14Sun Sep 13 20:30:10 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor2-2/+7
* write.c (fixup_segment): fixed missing parens in expression checking for byte or word overflow.
1992-09-12...plus c'est la meme chose.Roland Pesch1-0/+8
1992-09-12 * doc/gdb.texinfo, doc/gdbinv-m.m4.in, doc/gdbinv-s.m4.in: firstRoland Pesch5-5/+91
pass at doc for two new remote targets---29K using UDI, and Tandem ST2000 using STDBUG. * doc/all.m4, doc/none.m4: new m4 switch, _ST2000__ * doc/all.m4: turn on H8/300 stuff for generic manual
1992-09-12*** empty log message ***Roland Pesch1-0/+5
1992-09-12doc/gdbinv-s.m4.in: remove text on special procedures to continue afterRoland Pesch1-27/+0
explicit call to breakpoint() in serial stubs.
1992-09-11Fri Sep 11 15:37:06 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor2-5/+65
* coffcode.h (coff_renumber_symbols): set the last renumbered symbol pointer to NULL, as expected by coff_write_linenumbers. (coff_write_relocs): apparently a non-zero addend is OK for reloc type R_IHCONST used on the 29k.
1992-09-11Whoops, forgot this oneSteve Chamberlain2-1/+8
1992-09-11Sanitize slipSteve Chamberlain2-1/+44
1992-09-11Add i386coff.shSteve Chamberlain1-1/+5
1992-09-11New filesSteve Chamberlain2-0/+2
1992-09-11Support for i386-coffSteve Chamberlain4-1/+17
1992-09-11Support for 386 coffSteve Chamberlain3-0/+16
1992-09-11* mipsread.c: Clean up some white space.John Gilmore1-0/+4
(parse_symbol): Handle stEnd of stFile. (parse_partial_symbols): Remove old #if 0'd code. Handle stLocal.
1992-09-11Improve doc of GDB config macros.John Gilmore2-9/+1327
1992-09-11* xm-mips.h (KERNEL_U_ADDR): Get from <machine/param.h>.John Gilmore5-14/+44
(REGISTER_U_ADDR): Fix up for Ultrix 4.2. * tm-tahoe.h, xm-tahoe.h (KERNEL_U_ADDR): Move macro to xm-tahoe.h. * stack.c (_initialize_stack): "dow" should be a valid abbreviation for "down". Suggested by Richard Stallman.
1992-09-11* mips-xdep.c (REGISTER_PTRACE_ADDR, fetch_inferior_registers,John Gilmore1-11/+16
store_inferior_registers): Replace unexplained numbers with manifest constants from a DECstation header file. * xm-mips.h (KERNEL_U_ADDR): Get from <machine/param.h>. (REGISTER_U_ADDR): Fix up for Ultrix 4.2. * tm-tahoe.h, xm-tahoe.h (KERNEL_U_ADDR): Move macro to xm-tahoe.h. * stack.c (_initialize_stack): "dow" should be a valid abbreviation for "down". Suggested by Richard Stallman.
1992-09-10Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor2-1/+4
* Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to pick up the machine and system specific header files.
1992-09-10* opncls.c (bfd_fdopenr): Determine whether to fdopen forJohn Gilmore2-3/+8
update, based on how the underlying file was opened. Obsoletes FASCIST_FDOPEN. * hosts/rs6000.h, hosts/tahoe.h, hosts/vaxbsd.h: Remove all FASCIST_FDOPEN config defines.
1992-09-10from p3: remote-vx.c: hide name realloc for inclusion of rpc/rpc.hKen Raeburn1-0/+2
1992-09-10from p3: remote-vx.c: hide name realloc for inclusion of rpc/rpc.hKen Raeburn1-0/+5
1992-09-10* i386-stub.c, sparc-stub.c (getpacket): Actually check checksums.John Gilmore5-7/+15
* m68k-stub.c: Remove a few extraneous ANSI-isms. * remote-nindy.c (nindy_prepare_to_store): Only fetch regs if they aren't already there. * remote-vx.c (vx_prepare_to_store): Ditto. * xcoffread.c: Surround forward struct defns with #ifdef __STDC__.
1992-09-10Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor3-1/+13
* configure.in, config.sub: added new target m68010-adobe-scout, with alias of adobe68k. Changed configure.in to check for -scout before -sco* to avoid a false match.
1992-09-10Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor2-1/+28
* Makefile.in: added AS_FOR_TARGET, passed down in TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be the C compiler to use to create programs which are run in the build environment, set it to default to $(CC), and passed it down in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
1992-09-10Remove typoSteve Chamberlain1-2/+0
1992-09-10Remove sparc-opc.cSteve Chamberlain1-11/+1
1992-09-10Special stuff to strip v9 out of sparc-opc.cSteve Chamberlain1-0/+15
1992-09-10Add sparc-opc.cSteve Chamberlain1-0/+1
1992-09-10Thu Sep 10 09:23:15 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor3-2/+11
* input-scrub.c (input_scrub_push): call input_file_begin, not input_scrub_begin. messages.c (as_perror): print ": " between the passed in error and the strerror, like perror does.
1992-09-10Removed a large number of changes inserted by Per BothnerJohn Gilmore2-72/+14
for C++ support. These will go back in when they've been examined.
1992-09-10Removed a large number of changes inserted by Per BothnerJohn Gilmore10-351/+103
for C++ support. These will go back in when they've been examined.
1992-09-09Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor2-38/+131
* Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET, AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the FOR_TARGET variants, to newlib and libg++.
1992-09-09Brought in from p3. If anybody knows good numbers for m68k COFF,Ian Lance Taylor2-0/+2
please let me know, or plug them in yourself. Wed Sep 9 11:52:58 1992 Ian Lance Taylor (ian@cygnus.com) * Makefile.in, m68kcoff.sh, m68kcoff.sc-sh, config/m68k-coff.mt: added m68k-coff emulation mode, stolen from a29k emulation. Almost certainly wrong, but perhaps better than sun3.
1992-09-09Brought in from p3. If anybody knows good numbers for m68k COFF,Ian Lance Taylor6-181/+241
please let me know, or plug them in yourself. Wed Sep 9 11:52:58 1992 Ian Lance Taylor (ian@cygnus.com) * Makefile.in, m68kcoff.sh, m68kcoff.sc-sh, config/m68k-coff.mt: added m68k-coff emulation mode, stolen from a29k emulation. Almost certainly wrong, but perhaps better than sun3. Also fixed an error message in configure.in so that it started with '***' like the other error messages do.
1992-09-09Wed Sep 9 11:25:28 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-0/+32
* m68k.h: merged Motorola and MIT syntax.
1992-09-09Wed Sep 9 11:10:24 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor7-152/+689
* tc-m68k.c (m68k_ip, m68k_ip_op, get_num, try_moto_index): merge Motorola and MIT syntax; gas can now assemble either type of file. tc-m68kmote.c, tc-m68kmote.h: removed now superfluous files. From Steve Chamberlain: m68kcoff.mt: for m68k COFF. obj-coffbfd.c: (fixup_mdeps) added (size_section) removed bad sanity check (fill_section) added rs_machine_dependent case (write_object_file) call fixup_mdeps (fixup_segment) set fx_subsy to 0. obj-coffbfd.h: define WORKING_DOT_WORD (too hard to support) and handle m68k. tc-m68k.c, config/tc-m68k.h: added m68k COFF support and Motorala pseudo ops.
1992-09-09Wed Sep 9 11:06:25 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor3-15/+36
* Makefile.in: use gas_target instead of modifying target_cpu. From Steve Chamberlain: Makefile.in: Handle m68*-*-coff*. read.c, read.h: add mult argument to s_space
1992-09-09* serial.h: Fix prototye for serial_raw().Stu Grossman5-29/+36
* ser-bsd.c, ser-termios.c: Fix args for serial_open() & serial_write() to match prototypes. * remote-st2000.c (get_reg_name): Make *p be const.
1992-09-09build opcodes before gas or gdbKen Raeburn2-7/+16
1992-09-09move out sparc-opc.cKen Raeburn1-0/+5
1992-09-09include opcode libraryKen Raeburn2-1/+5
1992-09-09accidentally used out-of-date versionKen Raeburn1-748/+795
1992-09-09remove subdir_do and referencesK. Richard Pixley2-22/+7
1992-09-08Switch to ser-bsd.c.Stu Grossman1-1/+1