aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1993-03-06* tm-irix3.h (ZERO_REGNUM): copy this macro from tm-mips.h so thatK. Richard Pixley2-0/+4
irix4 will again compile.
1993-03-06* tm-mips.h (GDB_TARGET_IS_MIPS): no longer used, now removed.K. Richard Pixley2-5/+2
1993-03-06accept mips-sgi-irix4* for irix4.K. Richard Pixley2-1/+9
1993-03-05 * read.h: Define stringer here.Ian Lance Taylor2-10/+1
read.c, config/obj-ieee.c, config/obj-tcm88k.c: Not any of these places.
1993-03-05(print_register_hook): Lint.Steve Chamberlain1-38/+37
1993-03-05Lint fixes from Paul Eggert (eggert@twinsun.com):John Gilmore2-3/+11
* command.c (do_setshow_command): var_uintegers are unsigned. * sparc-tdep.c (save_insn_opcodes, restore_insn_opcodes): unsigned, since they use hex values with the high bit set.
1993-03-05 Fixes submitted by Karl Berry (karl@nermal.hq.ileaf.com):Fred Fish2-2/+5
* m88k-pinsn.c (sprint_address): Use SYMBOL_NAME macro to access symbol name.
1993-03-05 * m88k-nat-c (SXIP_OFFSET, SNIP_OFFSET, SFIP_OFFSET): EncloseFred Fish2-6/+9
macro definitions in parenthesis. Bug reported by karl@hq.ileaf.com.
1993-03-04 * coff-mips.c (ecoff_bfd_reloc_type_lookup): New function.Ian Lance Taylor3-78/+198
(ecoff_write_object_contents): Added BFD_ASSERT calls to ensure relocs are reasonable. * coff-msym.c: Eliminated uses of DEFUN. (ecoff_swap_tir_out): New function.
1993-03-04 * ecoff-ext.h (AUX_GET_*): Rewrote to use new macro AUX_GET_ANY.Ian Lance Taylor1-13/+31
(AUX_PUT_*): New macros corresponding to the AUX_GET macros. (ecoff_swap_tir_out): Added prototype. * mips.h (N_BTMASK, N_TMASK, N_BTSHFT, N_TSHIFT): Define; these are needed to interpret gcc debugging output.
1993-03-04 * mips.sc-sh: Added variables which may be overridden by aIan Lance Taylor6-7/+37
specific emulation. * mipsidt.sh: New file; emulation for IDT MIPS board. * Makefile.in (ALL_EMULATIONS): Added em_mipsidt.o. (em_mipsidt.c): New target. Uses mipsidt.sh and mips.sc-sh. * config/mips-idt.mt: New file; sets EMUL to mipsidt. * configure.in (mips-idt-ecoff): New target; uses mips-idt.
1993-03-04 * read.c (s_space): Multiply repeat count by mult, not fill.Steve Chamberlain2-1/+5
1993-03-04 * dbxread.c (dbx_symfile_init): Catch the case where there isFred Fish1-0/+6
no string table, but the only way we find out is by reading zero bytes from EOF.
1993-03-04read.c needs ctype.hKen Raeburn2-170/+175
1993-03-04 * dbxread.c (dbx_symfile_init): Make size of the string tableFred Fish2-35/+53
size field a define (DBX_STRINGTAB_SIZE_SIZE). Ensure that the offset to the string table is nonzero and handle the nonexistant string table case, should it occur. Ensure that the string table size read from the file is reasonable, with a minimum lower bound of DBX_STRINGTAB_SIZE_SIZE instead of zero.
1993-03-03Always keep simulatorsSteve Chamberlain1-27/+1
1993-03-03Add ChangeLog to kept thingsSteve Chamberlain1-0/+1
1993-03-03Found trying to compile on ok.Steve Chamberlain2-6/+2
* Makefile.in: Don't use cb or indent * p1.c, state.h, writecode.c: lint
1993-03-03SUB_SEGMENT_ALIGN now takes an argument.Ken Raeburn2-7/+7
1993-03-03SUB_SEGMENT_ALIGN now takes an argument.Ken Raeburn2-0/+13
VMS fixes from Eric Youngdale.
1993-03-03Put back mips-dec-bsd* case.Ken Raeburn2-0/+8
With a comment this time, so maybe zoo will realize it's not a no-op.
1993-03-03 * Makefile.in: Changes to build testsuite correctly.Ian Lance Taylor1-0/+10
(FLAGS_TO_PASS): Added CXX and CXXFLAGS. (CC_FOR_TARGET, CXX, CXX_FOR_TARGET): New variables. (TARGET_FLAGS_TO_PASS): New variable. (SUBDIRS): Added testsuite. (all): Build testsuite using TARGET_FLAGS_TO_PASS, so that testsuite is compiled with CC_FOR_TARGET rather than CC.
1993-03-03 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)Fred Fish4-0/+19
* configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet. * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'. * config/mh-vaxult2: New file.
1993-03-03 * dbxread.c (dbx_symfile_init): Fix for nonexistant string table,Fred Fish7-3/+33
reported by mycroft@gnu.ai.mit.edu. (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>) * configure.in (vax-*-ultrix2*): New triplet. * config/vaxult2.mh: New file. * xm-vaxult2.h: New file.
1993-03-03 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)Fred Fish3-0/+57
* configure.host (vax-*-ultrix2*): Add triplet. * hosts/vaxult2.h: New file. * config/vaxult2.mh: New file.
1993-03-03 * sysdep-sysv4.h: New file for SVR4.Fred Fish3-0/+35
* configure.in (*-*-sysv4*): Use sysdep-sysv4.h. * configure.in (*-*-ultrix2): Add triplet from Michael Rendell (michael@mercury.cs.mun.ca)
1993-03-03 * configure.in: remove no-op mips-dec-bsd* in "case $target"David D. Zuhn1-2/+0
* Makefile.in (dir.info): only run gen-info-dir if it exists, (install-info): install dir.info only if it exists, (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
1993-03-03"make check" now works!Rob Savoye1-1/+5
1993-03-03 * c-exp.y (parse_number): Change high_bit to unsigned.Fred Fish6-18/+43
* demangle.c: Change all references to cfront to ARM, since the actual algorithm is the one specified in the Annotated Reference Manual. This was confusing users into thinking that full cfront support was implemented. * dwarfread.c (CFRONT_PRODUCER): Remove, was never really used. * eval.c (evaluate_subexp): For STRUCTOP_PTR pass the arg type directly to lookup_struct_elt_type, which will do the dereferencing itself. * gdbtypes.c (lookup_struct_elt_type): Expand comments. Fix NULL dereferencing bug for unnamed structs, comment out questionable code.
1993-03-03 * aoutx.h (string.h): Include for strchr and friends.Fred Fish1-0/+6
* archive.c (string.h): Include for memchr and friends. * elf32.c (string.h): Include for strrchr and friends.
1993-03-02 * listing.c: Cleaned up a bit, added prototypes, made NO_LISTINGIan Lance Taylor1-0/+5
case compile again.
1993-03-02ChangeLog is goneKen Raeburn1-2/+4
1993-03-02keep new elf filesKen Raeburn1-1/+7
1993-03-02build gas for mips-dec-bsdKen Raeburn2-1/+4
1993-03-02changes this morning & yesterdayKen Raeburn1-0/+35
1993-03-02set SEC_RELOC only if fixups are requiredKen Raeburn1-348/+749
1993-03-02configure.in: For VMS target, skip bfd, ld, binutils.Ken Raeburn2-0/+7
1993-03-02 * configure (makesrcdir): If ${srcdir} is relative and not ".",Ian Lance Taylor1-3/+3
and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
1993-03-02Update Gilmore entryJohn Gilmore1-1/+12
1993-03-02* coffread.c (process_coff_symbol): Change PCC argument correctionJohn Gilmore2-1/+14
so that it only happens on big-endian targets; so that it only happens if the short or char argument is aligned on an int boundary; and so that it changes the location, rather than the type, of the argument. These changes tend to parallel similar (old) changes in stabsread.c. * coffread.c (coff_read_enum_type): Use the specified size for enums, don't assume that they are int-sized. * c-valprint.c (c_val_print): Don't assume enums are the same as ints.
1993-03-02 * coredep.c: Handle NO_PTRACE_H in coredep.c. Fix by MichaelJohn Gilmore2-1/+12
Rendell, <michael@mercury.cs.mun.ca>.
1993-03-02undo prev changeBrendan Kehoe1-2/+2
1993-03-02 * Makefile.in (all-prms, install-prms): Changed to gnats.Brendan Kehoe3-11/+18
* configure.in (host_tools): Changed prms to gnats.
1993-03-01ChangeLog entry for last week's tc-sparc.c change.Jim Wilson1-0/+5
1993-03-01forgot to check in: sparc s_xword supportKen Raeburn1-0/+6
1993-03-01updated and expandedKen Raeburn1-16/+73
1993-03-01record some of my gas workK. Richard Pixley1-2/+11
1993-03-01 * language.h (local_decimal_format_custom): Add prototype.Fred Fish3-0/+24
* language.c (local_decimal_format_custom): Add function, bug reported by Robert R. Henry (rrh@tera.com).
1993-02-28minor revision, some new infoKen Raeburn1-0/+69
1993-02-28mips-bsd and 386bsd supportKen Raeburn10-3/+82