aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
1992-09-08nindy bug fixes (function types) and opcode library inclusionKen Raeburn2-4/+12
1992-09-08* a68v-xdep.c (store_inferior_registers): declare as void.Stu Grossman1-0/+12
* infptrace.c: HP/Apollos have ptrace.h in the wrong place. * remote-st2000.c: Massive changes to use new serial package. Also added 'connect' command to transparantly connect to serial port. * ser-termios.c: Big cleanup, use nicer coding conventions. * ser-bsd.c: New module, serial stuff for BSD systems. * serial.h: Define struct ttystate properly using HAVE_TERMIO. * xm-apollo68b.h: #define PTRACE_IN_WRONG_PLACE...
1992-09-08* a68v-xdep.c (store_inferior_registers): declare as void.Stu Grossman7-390/+643
* infptrace.c: HP/Apollos have ptrace.h in the wrong place. * remote-st2000.c: Massive changes to use new serial package. Also added 'connect' command to transparantly connect to serial port. * ser-termios.c: Big cleanup, use nicer coding conventions. * ser-bsd.c: New module, serial stuff for BSD systems. * serial.h: Define struct ttystate properly using HAVE_TERMIO. * xm-apollo68b.h: #define PTRACE_IN_WRONG_PLACE...
1992-09-08nindy bug fixes (function types) and opcode library inclusionKen Raeburn1-2/+7
1992-09-08Don't have bison on Apollo's for now.Stu Grossman1-1/+2
1992-09-08Makefile.in bug fixes and sparc-opc.c additionKen Raeburn3-11/+1853
1992-09-08Add deja-gnu.Fred Fish1-0/+1
1992-09-08Found by IBM-France. gcc can warn about this sort of thing....Ian Lance Taylor1-0/+9
Tue Sep 8 10:10:34 1992 Ian Lance Taylor (ian@cygnus.com) * aoutx.h: adjust_sizes_and_vmas did not return anything.
1992-09-05changes, what else?Roland Pesch1-0/+9
1992-09-05Fri Sep 4 18:53:57 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)Roland Pesch3-49/+364
* doc/gdb.texinfo: fix shameful error of agreement reported by jimb@occs.cs.oberlin.edu (Jim Blandy) * doc/gdb.texinfo: remove old partial discussion of remote serial protocol (via serial debug stubs) * doc/gdbinv-m.m4.in, doc/gdbinv-s.m4.in: new section discussing use of serial debug stubs
1992-09-04from p3: +0.0 is a small integer, at least for moveqKen Raeburn2-9/+23
1992-09-04tab completion optimizationK. Richard Pixley2-17/+39