aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1993-05-03Support for broken makes and lint.Steve Chamberlain1-0/+5
1993-05-03hppa-osf(elf) support filesKen Raeburn2-0/+144
1993-05-03 * mips-pinsn.c (print_insn): Return value.Ian Lance Taylor2-2/+9
1993-05-03comment formatting fixupKen Raeburn1-2/+2
1993-05-03(endian): Add explicit rule for broken makes.Steve Chamberlain2-0/+13
1993-05-03Update the last changed date.Fred Fish1-1/+1
1993-05-03Add info about bison, byacc, and yacc.Fred Fish1-0/+22
1993-05-02 * Makefile.in (NONSRC): Add 29k-share/README.Fred Fish2-1/+5
* Makefile.in (HFILES): Add 29k-share/udi/udiids.h.
1993-05-02Remove commented out copies of monitor.h and remote-montor.cFred Fish1-2/+0
1993-05-02 * trad-core.c (NO_SIGNED_GET): New macro.Fred Fish1-0/+4
* trad-core.c (trad_core_vec): Use new NO_SIGNED_GET instead of signed NO_GET, where appropriate.
1993-05-02 * defs.h (UINT_MAX, LONG_MAX, INT_MAX, INT_MIN): Replace hexFred Fish3-2/+17
constants with slightly more portable definitions (still depends on 2's complement arithmetic though). * config/i386/nm-linux.h: Define NO_SYS_REG_H for no <sys/reg.h>. * i386v-nat.c (sys/reg.h): Conditionalize include on NO_SYS_REG_H. Linux doesn't have <sys/reg.h>. * ser-unix.c (termio.h): Include <termio.h> like other files that include termio.h, not <sys/termio.h> which may not exist (on linux for example).
1993-05-02 * configure.in (i[34]86-*-linux*): Add; bfd_target = i386-linux.Fred Fish2-1/+7
* configure.in (*-*-linux*): Remove until linux port for a non-i386/i486 system is actually available.
1993-05-01 * valprint.c (print_longest): Change format parameter from aFred Fish1-0/+9
'char' to an 'int'. We can't have 'char' parameters with the current coding style, where we mix prototypes with pre-ANSI style declarations. * value.h (print_longest): Change format parameter in prototype from a 'char' to an 'int'.
1993-05-01 Fix typo in last ChangeLog message.Peter Schauer1-2/+2
1993-05-01 * config/mips/tm-mips.h (STABS_REG_TO_REGNUM): Match it with the gccPeter Schauer2-1/+7
definition. * config/mips/tm-irix3.h (STABS_REG_TO_REGNUM): Add.
1993-05-01 * config/mips/tm-mips.h (STABS_REG_TO_REGNUM): Match it with the gccPeter Schauer2-1/+8
definition. * config/mips/tm-irix3.h (STABS_REG_TO_REGNUM): Add. * irix4-nat.c (fill_fpregset): Fix bug with indexing into fpregsetp.
1993-05-01 * libhppa.h: #undef e_* symbols which come from <machine/som.h>Stu Grossman2-0/+29
when compiling under HPUX.
1993-05-01 * The following patches are from Jeffrey Law <law@cs.utah.edu>.Stu Grossman3-1/+17
* config/pa/hppabsd.mh: Add more files to NATDEPFILES. * config/pa/xm-hppa[bh].h: Define FIVE_ARG_PTRACE. * hppab-nat.c: Delete WANT_NATIVE_TARGET ifdefs. ptrace needs 5 arguments, #define ptrace to always pass zero as the 5th argument.
1993-05-01 * remote-udi.c (udi_wait): Use SIGURG, as Solaris doesn't have SIGLOST.Stu Grossman1-4/+0
1993-05-01 * The following patches are from Jeffrey Law <law@cs.utah.edu>.Stu Grossman3-4/+21
* config/pa/hppabsd.mh: Add more files to NATDEPFILES. * config/pa/xm-hppa[bh].h: Define FIVE_ARG_PTRACE. * hppab-nat.c: Delete WANT_NATIVE_TARGET ifdefs. ptrace needs 5 arguments, #define ptrace to always pass zero as the 5th argument.
1993-05-01 * The following patches are from Jeffrey Law <law@cs.utah.edu>.Stu Grossman5-4/+65
* hppa.c (hppa_core_file_p): Provide a temporary dummy routine for HOST_HPPABSD. * bfd/hosts/hppabsd.h: Fix declarations of malloc and free. * bfd/libhppa.h: Include sysdep here. Conditionalize includes based on HOST_HPPAHPUX or HOST_HPPABSD. Provide definitions for MAXCOMLEN and _PA_RISC_ID suitable for BSD.
1993-05-01Lint.Steve Chamberlain1-1/+1
1993-05-01Try again. Cvs core dumped.Steve Chamberlain3-48/+28
1993-05-01 * configure.in: Match z8k-*-sim for z8000.Steve Chamberlain1-0/+6
* config/h8500/tm-h8500.h, h8500-tdep.c: Lint. * remote-hms.c: Update to use new serial protocol.
1993-05-01 * mips-tdep.c: remove include of sys/dir.h. Doesn't seemK. Richard Pixley1-1/+4
necessary and Solaris doesn't have it.
1993-05-01do not echo recursion linesK. Richard Pixley2-6/+9
1993-05-01 * udip2soc.c (UDIConnect): replace union wait with int.K. Richard Pixley2-2/+4
1993-05-01 * config/sparc/sun4sol2.mh (XM_CLIBS): add -lsocket which isK. Richard Pixley2-1/+4
required target ports which use sockets (like a29k-udi).
1993-05-01 * remove-udi.c (udi_wait): ifdef around SIGLOST usage. Eg,K. Richard Pixley2-0/+9
Solaris doesn't have SIGLOST so use SIGURG as a backup.
1993-04-30(all-gdb): gdb depends on sim.Steve Chamberlain1-0/+4
1993-04-30 * ser-unix.c [USE_{TERMIO,ALARM}_TIMEOUT]: New code to deal withJim Kingdon2-17/+99
systems lacking select().
1993-04-30 * Makefile.in (TAGS): Doc fix. Deal with empty DEPFILES.Jim Kingdon2-4/+7
1993-04-30Don't include system a.out.h in elf32-hppa.c.Ken Raeburn1-0/+5
Apparently include/aout/*.h isn't needed either, so just omit it. Should compile on Solaris now...
1993-04-30doc fixJim Kingdon2-1/+6
1993-04-30Fix typo.David MacKenzie1-1/+1
1993-04-30 * coffcode.h: use dummy_reloc16_extra_cases rather than casting abort.Jim Kingdon2-3/+17
1993-04-30 * alldeps.mak, depend: Update with latest automatically builtFred Fish3-434/+473
versions.
1993-04-30 * Makefile.in (GDBFLAGS): Set to -nx.Fred Fish1-0/+5
* Makefile.in (site.exp): Use GDBFLAGS.
1993-04-30 * Makefile.in (SFILES): Add ser-unix.c and ser-go32.c.Fred Fish2-1/+3
1993-04-30 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directoryFred Fish2-0/+21
at the same time we make the prototype gdb directory. * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution files at the same time as the gdb base release distribution.
1993-04-30 * Makefile.in (make-proto-testsuite.dir): New target to makeFred Fish2-4/+21
prototype testsuite tree. * Makefile.in (TAGS): Remove use of DEPFILES, it may be empty. In any case, it is a subset of the ALLDEPFILES list, which is part of SOURCES, which is part of TAGFILES, so it's redundant.
1993-04-30Had a duplicate listing for -v.David MacKenzie1-8/+1
1993-04-29Log for changes already checked in today.Ken Raeburn1-0/+90
(Yes, this changelog entry is well tested and reasonably localized. :-)
1993-04-29 * Makefile.in (check): Use individual check targets rather thanIan Lance Taylor2-3/+25
DO_X rule. (check-gcc): Added.
1993-04-29Bump version to 4.8.4 for gdb 4.9 prerelease testing.Fred Fish2-5/+8
1993-04-29 * stabs.texinfo: Many changes to include information from theJim Kingdon2-90/+257
AIX documentation.
1993-04-29Fix up usage summaries and examples. Document a few missing options.David MacKenzie1-26/+34
1993-04-29More fixes to usage messages.David MacKenzie1-3/+2
1993-04-29Document missing options. Use -- instead of + for long options.David MacKenzie5-64/+117
1993-04-29 * stabsread.c (define_symbol): If unrecognized constant type,Jim Kingdon2-1/+17
complain() not error().