aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
1992-09-04 * stabs.texinfo: Document the format for C++ nested types.Per Bothner2-18/+12
1992-09-04A ton of changes to improve C++ debugging. See ChangeLog.Per Bothner1-11/+80
Note new nested type changes.
1992-09-04A ton of changes to improve C++ debugging. See ChangeLog.Per Bothner16-180/+617
1992-09-04 * Makefile.in, Makefile.dos, generic.em, genscripts.sh,Per Bothner8-27/+27
gld960.em, h8300hms.em, h8300xray.em, lnk960.em, st2000.em, vanilla.em: Rename all (generated) ld__*.c files to em_.c. This is one character shorter, and lets people build on SVR3 system. (ld__h8300xray.[co] was the killer there; h8300xray.sc-sh is also overlong, but seems harmless.) Based on a patch from Jonathan Ryshpan <hitachi!amito!jon>. * Makefile.in (clean): Fix typo mostclean -> mostlyclean. * configure.in: Add host isc.
1992-09-04Note version change to 2.0.Per Bothner1-0/+11
1992-09-03Remove extraneous, but harmless, backslash from last change.Jim Wilson2-1/+7
1992-09-03Remove scripts directory.Per Bothner1-1/+0
1992-09-03Add TODO.Per Bothner1-1/+5
1992-09-03Regenerated from bfd-in.h.Per Bothner1-3/+2
1992-09-03Bump to version 2.0.Per Bothner1-0/+4
1992-09-03 * Makefile.in: Let's call it version 2.0.Per Bothner1-3/+43
1992-09-03Add apollo68b.mh.Stu Grossman2-0/+6
1992-09-03* a68v-xdep.c (store_inferior_registers): Define as type void.Stu Grossman5-1/+15
* configure.in: Add host m68k-apollo*-bsd*. * demangle.c (struct demanglers): Use enum instead of constant value to keep braindamaged HP/Apollo compiler happy.
1992-09-03* bfd.h (struct reloc_howto_struct): size needs to be signed ifStu Grossman2-1/+11
it's going to hold negative values.
1992-09-03* bout.c, cpu-z8k.c: Use enums when initializing structs to keepStu Grossman1-0/+14
braindamaged HP/Apollo compiler happy.
1992-09-03 * ldver.c: Bump to version 0.98.Per Bothner1-0/+11
* TODO: New file.
1992-09-03 * Makefile.in: Bump to version 0.98.Per Bothner1-5/+2
* TODO, README: Minor updates.