aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
1993-05-04Add list of things explicitly sanitize away, and description of each.Fred Fish1-0/+4
1993-05-04Update list of things explicitly sanitize away.Fred Fish1-1/+2
1993-05-04 * mips.sc-sh: Put constructors in the .data section.Ian Lance Taylor3-1/+7
* Makefile.in (cdtest): Added dependency on ld.new.
1993-05-04 * Makefile.in (depend): Include $(CC) command in generated output.Jim Kingdon2-2/+20
1993-05-04Forgot to check in. (Change definition of tool_dir.)Per Bothner1-9/+17
1993-05-04 * nindy-share/Onindy.c, nindy-share/nindy.c: convert malloc callsK. Richard Pixley1-0/+7
to xmalloc. Include defs.h. Rename local macro from REGISTER_BYTES to NINDY_REGISTER_BYTES to avoid conflict with defs.h.
1993-05-04 * Makefile.in (NONSRC): Remove ${srcdir}/putenv.c.Fred Fish3-10/+16
* Makefile.in (SFILES): Add ${srcdir}/putenv.c. * depend: Update to latest automatically built version.
1993-05-04 * Makefile.in: Change definition of $(tooldir) to match FSF.Per Bothner5-237/+71
* vax.sh, config/vax.mt, configure.in, Makefile.in: Support VAX Ultrix and BSD.
1993-05-04 * config/vax.mt: Support VAX Ultrix and BSD.Per Bothner2-0/+2
1993-05-04 * sparclite/Makefile.in: Create default target that does nothingStu Grossman1-0/+3
in order to force user to build by hand.
1993-05-04 * sparclite/Makefile: Remove. It's not necessary anymore.Stu Grossman1-0/+2
1993-05-04 * ser-unix.c (wait_for): New routine to handle read timeouts,Stu Grossman2-97/+68
etc. Uses poll() if HAVE_TERMIO[S] is defined, select() otherwise.
1993-05-04 * Makefile.in: Change definition of $(tooldir) to match FSF.Per Bothner2-13/+51
1993-05-04 * configure.in, Makefile.in: Change definition of $(tooldir)Per Bothner1-0/+9
to match the FSF.
1993-05-04 * snapshots.readme: Clarify bison/byacc/yacc notes.Fred Fish2-2/+8
1993-05-03More resonable default.Steve Chamberlain1-6/+2
1993-05-03Info on simulators.Steve Chamberlain1-3/+14
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...