binutils-gdb.git
31 years agoReorganized test hierarchy to categorize tests.
Ken Raeburn [Mon, 10 May 1993 18:58:50 +0000 (18:58 +0000)]
Reorganized test hierarchy to categorize tests.
New test procs support examining listing output from assembler.
New tests added.

31 years ago * Makefile.in (BISON): Remove double quotes around BISON
Fred Fish [Mon, 10 May 1993 00:53:27 +0000 (00:53 +0000)]
* Makefile.in (BISON):  Remove double quotes around BISON
definition when bison is used.

31 years ago * configure.in (hppa*-hp-bsd): Change to hppa*-hp-bsd*
Fred Fish [Mon, 10 May 1993 00:15:12 +0000 (00:15 +0000)]
* configure.in (hppa*-hp-bsd):  Change to hppa*-hp-bsd*
* configure.in (hppa*-hp-hpux):  Change to hppa*-hp-hpux*
* configure.in (m68*-hp-bsd):  Change to m68*-hp-bsd*
* configure.in (m68*-hp-hpux):  Change to m68*-hp-hpux*
* configure.in (hppa*-*-bsd):  Change to hppa*-*-bsd*
* configure.in (hppa*-*-hpux):  Change to hppa*-*-hpux*
* configure.in (m68*-hp-bsd):  Change to m68*-hp-bsd*
* configure.in (m68*-hp-hpux):  Change to m68*-hp-hpux*

31 years ago * configure.in (hppa*-*-bsd): Change to hppa*-*-bsd*
Fred Fish [Sun, 9 May 1993 23:42:50 +0000 (23:42 +0000)]
* configure.in (hppa*-*-bsd):  Change to hppa*-*-bsd*
* configure.in (hppa*-*-hpux):  Change to hppa*-*-hpux*
* configure.in (m68*-hp-bsd):  Change to m68*-hp-bsd*
* configure.in (m68*-*-hpux):  Change to m68*-*-hpux*
* configure.in (*-*-bsd):  Change to *-*-bsd*

31 years ago * Makefile.in (VERSION): Bump to 4.8.6.
Fred Fish [Sun, 9 May 1993 14:26:25 +0000 (14:26 +0000)]
* Makefile.in (VERSION):  Bump to 4.8.6.

31 years ago * config/pa/xm-hppah.h (MALLOC_INCOMPATIBLE): Define it, and
Fred Fish [Sat, 8 May 1993 19:42:07 +0000 (19:42 +0000)]
* config/pa/xm-hppah.h (MALLOC_INCOMPATIBLE):  Define it, and
include declarations for malloc/realloc/free.  Both malloc and
realloc return 'void *' for non-ANSI compilations.

31 years ago * coffread.c (read_coff_symtab): Don't fclose stream as it is no
Peter Schauer [Sat, 8 May 1993 08:41:41 +0000 (08:41 +0000)]
* coffread.c (read_coff_symtab): Don't fclose stream as it is no
longer opened twice.

31 years ago * test-build.mk: Extensive additions to support building on a
Ian Lance Taylor [Fri, 7 May 1993 21:57:49 +0000 (21:57 +0000)]
* test-build.mk: Extensive additions to support building on a
machine other than the host.

31 years agoDon't build uudecode for go32 host.
Ian Lance Taylor [Fri, 7 May 1993 21:01:10 +0000 (21:01 +0000)]
Don't build uudecode for go32 host.

31 years ago * Makefile.in (RUNTEST): Define.
Ian Lance Taylor [Fri, 7 May 1993 20:58:26 +0000 (20:58 +0000)]
* Makefile.in (RUNTEST): Define.
(FLAGS_TO_PASS): Pass down RUNTEST.

31 years ago * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
Roland Pesch [Fri, 7 May 1993 19:00:17 +0000 (19:00 +0000)]
* gdbinv-s.texi (Remote Serial): describe new ^C behavior in
target remote.

* gdb.texinfo (Machine Code): more index entries for disassemble

31 years agoDon't build gprof for go32 host.
Ian Lance Taylor [Fri, 7 May 1993 18:47:41 +0000 (18:47 +0000)]
Don't build gprof for go32 host.

31 years agoRemove dangling 'fi'.
Fred Fish [Fri, 7 May 1993 18:37:37 +0000 (18:37 +0000)]
Remove dangling 'fi'.

31 years ago * Clarify the intended use of the gdb-testers and gdb-patches
Fred Fish [Fri, 7 May 1993 17:14:05 +0000 (17:14 +0000)]
* Clarify the intended use of the gdb-testers and gdb-patches
mailing lists, and shrink gzip comment.

31 years ago * solib.c (clear_solib): Don't close bfd if it is NULL.
Jim Kingdon [Fri, 7 May 1993 04:34:01 +0000 (04:34 +0000)]
* solib.c (clear_solib): Don't close bfd if it is NULL.

31 years agoAdd note about testsuite.
Fred Fish [Fri, 7 May 1993 04:06:32 +0000 (04:06 +0000)]
Add note about testsuite.

31 years ago * core.c (dis_asm_read_memory): Cast second arg of
Fred Fish [Fri, 7 May 1993 04:02:16 +0000 (04:02 +0000)]
* core.c (dis_asm_read_memory):  Cast second arg of
target_read_memory to "char *".
* breakpoint.c (watchpoint_check):  Change arg type from PTR to
"char *", to match other functions called by catch_errors().

31 years agocheck in serial.h change that grossman made but forgot to check in
Jim Kingdon [Fri, 7 May 1993 04:00:42 +0000 (04:00 +0000)]
check in serial.h change that grossman made but forgot to check in

31 years ago * a29k-dis.c, alpha-dis.c, i960-dis.c, sparc-dis.c, z8k-dis.c:
Fred Fish [Fri, 7 May 1993 03:55:10 +0000 (03:55 +0000)]
* a29k-dis.c, alpha-dis.c, i960-dis.c, sparc-dis.c, z8k-dis.c:
Cast second arg to read_memory_func to "bfd_byte *", as necessary.

31 years ago* gdb.texinfo (Shell Commands): do not mention SHELL env var in
Roland Pesch [Fri, 7 May 1993 00:49:33 +0000 (00:49 +0000)]
* gdb.texinfo (Shell Commands): do not mention SHELL env var in
DOSHOST configuration of manual.  (At least for the nonce, since
precisely how this works under DOS seems to depend on mysteries known
only to DJ Delorie, which are not easily fathomed from his source.)

31 years ago*** empty log message ***
Roland Pesch [Fri, 7 May 1993 00:08:35 +0000 (00:08 +0000)]
*** empty log message ***

31 years ago * gdb.texinfo (MIPS Stack): new node.
Roland Pesch [Fri, 7 May 1993 00:07:58 +0000 (00:07 +0000)]
* gdb.texinfo (MIPS Stack): new node.

31 years agoNew material for MIPS Remote thanks to Ian, and minor miscellany:
Roland Pesch [Thu, 6 May 1993 23:48:43 +0000 (23:48 +0000)]
New material for MIPS Remote thanks to Ian, and minor miscellany:

* all-config.texi (MIPS) new switch.

* gdbinv-s.texi (Nindy Options) Remove two instances of future
tense; (MIPS Remote) new node.

* gdb.texinfo (passim) rephrases to work around makeinfo @value
bug; (Environment) less passive, other small cleanups in text about
.cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
(Remote) new MIPS Remote menu entry.

31 years ago * More patches from Jeffrey Law (law@cs.utah.edu).
Stu Grossman [Thu, 6 May 1993 22:51:32 +0000 (22:51 +0000)]
* More patches from Jeffrey Law (law@cs.utah.edu).
* gdb/config/pa/tm-hppah.h (millicode_start, millicode_end):
Delete unnecessary declarations.

31 years ago * ser-unix.c (wait_for): Use VTIME to do timeouts instead of
Stu Grossman [Thu, 6 May 1993 22:17:10 +0000 (22:17 +0000)]
* ser-unix.c (wait_for):  Use VTIME to do timeouts instead of
poll() for termio{s}.

31 years ago * i386-tdep.c (i386_frame_num_args): Always return -1.
Jim Kingdon [Thu, 6 May 1993 18:10:16 +0000 (18:10 +0000)]
* i386-tdep.c (i386_frame_num_args): Always return -1.

31 years agoMention support for IDT MIPS board.
Ian Lance Taylor [Thu, 6 May 1993 16:18:02 +0000 (16:18 +0000)]
Mention support for IDT MIPS board.

31 years agoFix typo, meant --srcdir not --subdir.
Fred Fish [Thu, 6 May 1993 16:16:39 +0000 (16:16 +0000)]
Fix typo, meant --srcdir not --subdir.

31 years ago * snapshots.readme: Add notes for UNIX make and GNU make.
Fred Fish [Thu, 6 May 1993 15:52:30 +0000 (15:52 +0000)]
* snapshots.readme:  Add notes for UNIX make and GNU make.

31 years agokeep new files; get rid of trailing spaces after sh-support file names
Ken Raeburn [Thu, 6 May 1993 02:04:18 +0000 (02:04 +0000)]
keep new files; get rid of trailing spaces after sh-support file names

31 years agokeep new files
Ken Raeburn [Thu, 6 May 1993 02:03:00 +0000 (02:03 +0000)]
keep new files

31 years ago * Patches from Jeffrey Law <law@cs.utah.edu>.
Stu Grossman [Wed, 5 May 1993 23:53:50 +0000 (23:53 +0000)]
    * Patches from Jeffrey Law <law@cs.utah.edu>.
* gdb/hppa-tdep.c: Declare frame_saved_pc.
(frameless_function_invocation): New function.
(frame_saved_pc, init_extra_frame_info): Use
frameless_function_invocation.
* gdb/config/pa/tm-hppa.h (SAVED_PC_AFTER_CALL): Use saved_pc_after
call instead of just grabbing the value currently in %r2.
(FRAMELESS_FUNCTION_INVOCATION): Use frameless_function_invocation.
* gdb/config/pa/tm-hppah.h (SAVED_PC_AFTER_CALL): Delete private
definition and use the common one in tm-hppa.h.

31 years agoFix directory on edit log.
Stu Grossman [Wed, 5 May 1993 23:53:09 +0000 (23:53 +0000)]
Fix directory on edit log.

31 years ago * Patches from Jeffrey Law <law@cs.utah.edu>.
Stu Grossman [Wed, 5 May 1993 23:52:10 +0000 (23:52 +0000)]
    * Patches from Jeffrey Law <law@cs.utah.edu>.
* gdb/hppa-tdep.c: Declare frame_saved_pc.
(frameless_function_invocation): New function.
(frame_saved_pc, init_extra_frame_info): Use
frameless_function_invocation.
* gdb/config/tm-hppa.h (SAVED_PC_AFTER_CALL): Use saved_pc_after
call instead of just grabbing the value currently in %r2.
(FRAMELESS_FUNCTION_INVOCATION): Use frameless_function_invocation.
* gdb/config/tm-hppah.h (SAVED_PC_AFTER_CALL): Delete private
definition and use the common one in tm-hppa.h.

31 years ago * elf32-hppa.c (elf_hppa_reloc_type_lookup): Cast enums to
Per Bothner [Wed, 5 May 1993 23:12:11 +0000 (23:12 +0000)]
* elf32-hppa.c (elf_hppa_reloc_type_lookup):  Cast enums to
int, for the sake of the old Portable C Compiler.

31 years ago * Patches from Jeffrey Law <law@cs.utah.edu>.
Stu Grossman [Wed, 5 May 1993 22:39:23 +0000 (22:39 +0000)]
    * Patches from Jeffrey Law <law@cs.utah.edu>.
* gdb/hppa-tdep.c (frame_chain_valid): If "use_unwind" is true, then
use unwind descriptors to determine if the frame chain is valid.

31 years ago * Patches from Jeffrey Law <law@cs.utah.edu>.
Stu Grossman [Wed, 5 May 1993 22:35:32 +0000 (22:35 +0000)]
    * Patches from Jeffrey Law <law@cs.utah.edu>.
* gdb/hppa-tdep.c (find_dummy_frame_regs):  Rework so that
it does not assume %r4 is the frame pointer.

31 years ago * Patches from Jeffrey Law <law@cs.utah.edu>.
Stu Grossman [Wed, 5 May 1993 22:26:57 +0000 (22:26 +0000)]
    * Patches from Jeffrey Law <law@cs.utah.edu>.
* gdb/hppa-pinsn.c (print_insn): Handle 'r' and 'R' for break, rsm,
and ssm instructions.
* gdb/hppa-tdep.c (extract_5r_store, extract_5R_store): New
helper functions for print_insn.

31 years ago * Patches from Jeffrey Law <law@cs.utah.edu>.
Stu Grossman [Wed, 5 May 1993 22:23:07 +0000 (22:23 +0000)]
    * Patches from Jeffrey Law <law@cs.utah.edu>.
* gdb/hppa-tdep.c (gcc_p, hpux_cc_p): Delete unused functions.

31 years ago * gdb/config/pa/tm-hppa.h (ABOUT_TO_RETURN): Handle a return
Stu Grossman [Wed, 5 May 1993 22:19:00 +0000 (22:19 +0000)]
* gdb/config/pa/tm-hppa.h (ABOUT_TO_RETURN): Handle a return
which nullifies the following instruction.  (From law@cs.utah.edu).

31 years ago * config/tc-mips.c (macro): Correct floating point double word
Ian Lance Taylor [Wed, 5 May 1993 21:02:11 +0000 (21:02 +0000)]
* config/tc-mips.c (macro): Correct floating point double word
loads and stores for big endian target.

31 years agolots o' changes
Ken Raeburn [Wed, 5 May 1993 20:51:35 +0000 (20:51 +0000)]
lots o' changes

31 years agohp300 support. Emulation mode fix for 386bsd and linux.
Ken Raeburn [Wed, 5 May 1993 20:50:53 +0000 (20:50 +0000)]
hp300 support.  Emulation mode fix for 386bsd and linux.
Reworded some messages.
Warn if bfd-assembler explicit selection on command line is overridden by
target requiring it be set.  (No targets override to clear currently.)

31 years agoBFD_ASSEMBLER md_convert_frag section arg is not a pointer
Ken Raeburn [Wed, 5 May 1993 20:46:11 +0000 (20:46 +0000)]
BFD_ASSEMBLER md_convert_frag section arg is not a pointer

31 years agoPR fix for debug symbols referring to other symbols, then same name defined
Ken Raeburn [Wed, 5 May 1993 20:32:12 +0000 (20:32 +0000)]
PR fix for debug symbols referring to other symbols, then same name defined
as common.
(crawl_symbols): Don't clear sy_forward field.
(yank_symbols): Merge symbols only if sy_forward is null.

31 years ago * config/obj-ecoff.c (init_file): Set fMerge to 0 since dbx seems
Ian Lance Taylor [Wed, 5 May 1993 20:18:38 +0000 (20:18 +0000)]
* config/obj-ecoff.c (init_file): Set fMerge to 0 since dbx seems
to want it that way.
(ecoff_build_symbols): Turn local st_Proc symbols into
st_StaticProc symbols.  Set index field of external st_Proc and
st_staticProc symbols correctly.
* config/tc-mips.h (NO_LISTING): Don't define.  People might want
listings.

31 years agoFix typos (configure.in -> configure)
Jim Kingdon [Wed, 5 May 1993 18:47:15 +0000 (18:47 +0000)]
Fix typos (configure.in -> configure)

31 years agohppa configuration
Ken Raeburn [Wed, 5 May 1993 12:43:06 +0000 (12:43 +0000)]
hppa configuration

31 years agohp300 hpux configuration
Ken Raeburn [Wed, 5 May 1993 12:41:52 +0000 (12:41 +0000)]
hp300 hpux configuration

31 years agoUpdate again to latest automatically generated version.
Fred Fish [Wed, 5 May 1993 05:54:43 +0000 (05:54 +0000)]
Update again to latest automatically generated version.

31 years ago * Makefile.in (depend): Don't include command for *.tab.c.
Jim Kingdon [Wed, 5 May 1993 03:32:02 +0000 (03:32 +0000)]
* Makefile.in (depend): Don't include  command for *.tab.c.

31 years agohppaosf host & target makefile frags
Ken Raeburn [Wed, 5 May 1993 03:17:01 +0000 (03:17 +0000)]
hppaosf host & target makefile frags

31 years ago*** empty log message ***
Ken Raeburn [Wed, 5 May 1993 02:50:10 +0000 (02:50 +0000)]
*** empty log message ***

31 years ago * Makefile.in (VERSION): Bump to 4.8.5
Fred Fish [Wed, 5 May 1993 02:48:28 +0000 (02:48 +0000)]
* Makefile.in (VERSION):  Bump to 4.8.5
* Makefile.in (INCLUDE_CFLAGS):  Add BFD_DIR and READLINE_DIR
directories to include search path.
* Makefile.in (CLIBS, CDEPS, ADD_FILES, ADD_DEPS):  Clean up
whitespace.
* Makefile.in (depend):  For gcc -MM line, use INTERNAL_CFLAGS
* Makefile.in (main.o, dbxread.o, coffread.o, mipsread.o,
elfread.o, dwarfread.o, stabsread.o, xcoffread.o, xcoffexec.o,
xdr_ld.o, xdr_rdb.o, nindy.o, Onindy.o, ttybreak.o, ttyflush.o,
udr.o, udip2soc.o):  Remove explicit rules, use the ones that
are automatically generated in "depend".
* Makefile.in (paread.o):  Document why a dependency doesn't get
automatically generated in "depend" and leave this explicit rule
in for now (FIXME).
* depend:  Update to latest automatically generated version.

31 years agomissed a file
Ken Raeburn [Wed, 5 May 1993 02:08:31 +0000 (02:08 +0000)]
missed a file

31 years agoDoc fix
Jim Kingdon [Tue, 4 May 1993 23:16:27 +0000 (23:16 +0000)]
Doc fix

31 years agoAdd list of things explicitly sanitize away, and description of each.
Fred Fish [Tue, 4 May 1993 20:15:19 +0000 (20:15 +0000)]
Add list of things explicitly sanitize away, and description of each.

31 years agoUpdate list of things explicitly sanitize away.
Fred Fish [Tue, 4 May 1993 20:11:25 +0000 (20:11 +0000)]
Update list of things explicitly sanitize away.

31 years ago * mips.sc-sh: Put constructors in the .data section.
Ian Lance Taylor [Tue, 4 May 1993 19:39:33 +0000 (19:39 +0000)]
* mips.sc-sh: Put constructors in the .data section.
* Makefile.in (cdtest): Added dependency on ld.new.

31 years ago * Makefile.in (depend): Include $(CC) command in generated output.
Jim Kingdon [Tue, 4 May 1993 19:25:24 +0000 (19:25 +0000)]
* Makefile.in (depend): Include $(CC) command in generated output.

31 years agoForgot to check in. (Change definition of tool_dir.)
Per Bothner [Tue, 4 May 1993 18:37:03 +0000 (18:37 +0000)]
Forgot to check in.  (Change definition of tool_dir.)

31 years ago * nindy-share/Onindy.c, nindy-share/nindy.c: convert malloc calls
K. Richard Pixley [Tue, 4 May 1993 06:40:01 +0000 (06:40 +0000)]
* nindy-share/Onindy.c, nindy-share/nindy.c: convert malloc calls
  to xmalloc.  Include defs.h.  Rename local macro from
  REGISTER_BYTES to NINDY_REGISTER_BYTES to avoid conflict with
  defs.h.

31 years ago * Makefile.in (NONSRC): Remove ${srcdir}/putenv.c.
Fred Fish [Tue, 4 May 1993 05:57:03 +0000 (05:57 +0000)]
* Makefile.in (NONSRC):  Remove ${srcdir}/putenv.c.
* Makefile.in (SFILES):  Add ${srcdir}/putenv.c.
* depend:  Update to latest automatically built version.

31 years ago * Makefile.in: Change definition of $(tooldir) to match FSF.
Per Bothner [Tue, 4 May 1993 02:51:33 +0000 (02:51 +0000)]
* Makefile.in:  Change definition of $(tooldir) to match FSF.
* vax.sh, config/vax.mt, configure.in, Makefile.in:
Support VAX Ultrix and BSD.

31 years ago * config/vax.mt: Support VAX Ultrix and BSD.
Per Bothner [Tue, 4 May 1993 02:50:14 +0000 (02:50 +0000)]
* config/vax.mt: Support VAX Ultrix and BSD.

31 years ago * sparclite/Makefile.in: Create default target that does nothing
Stu Grossman [Tue, 4 May 1993 02:42:36 +0000 (02:42 +0000)]
* sparclite/Makefile.in:  Create default target that does nothing
in order to force user to build by hand.

31 years ago * sparclite/Makefile: Remove. It's not necessary anymore.
Stu Grossman [Tue, 4 May 1993 02:31:44 +0000 (02:31 +0000)]
* sparclite/Makefile:  Remove.  It's not necessary anymore.

31 years ago * ser-unix.c (wait_for): New routine to handle read timeouts,
Stu Grossman [Tue, 4 May 1993 02:22:14 +0000 (02:22 +0000)]
* ser-unix.c (wait_for):  New routine to handle read timeouts,
etc.  Uses poll() if HAVE_TERMIO[S] is defined, select() otherwise.

31 years ago * Makefile.in: Change definition of $(tooldir) to match FSF.
Per Bothner [Tue, 4 May 1993 02:12:50 +0000 (02:12 +0000)]
* Makefile.in:  Change definition of $(tooldir) to match FSF.

31 years ago * configure.in, Makefile.in: Change definition of $(tooldir)
Per Bothner [Tue, 4 May 1993 02:01:53 +0000 (02:01 +0000)]
* configure.in, Makefile.in:  Change definition of $(tooldir)
to match the FSF.

31 years ago * snapshots.readme: Clarify bison/byacc/yacc notes.
Fred Fish [Tue, 4 May 1993 00:08:41 +0000 (00:08 +0000)]
* snapshots.readme:  Clarify bison/byacc/yacc notes.

31 years agoMore resonable default.
Steve Chamberlain [Mon, 3 May 1993 22:43:35 +0000 (22:43 +0000)]
More resonable default.

31 years agoInfo on simulators.
Steve Chamberlain [Mon, 3 May 1993 22:33:09 +0000 (22:33 +0000)]
Info on simulators.

31 years agoSupport for broken makes and lint.
Steve Chamberlain [Mon, 3 May 1993 22:27:41 +0000 (22:27 +0000)]
Support for broken makes and lint.

31 years agohppa-osf(elf) support files
Ken Raeburn [Mon, 3 May 1993 20:58:06 +0000 (20:58 +0000)]
hppa-osf(elf) support files

31 years ago * mips-pinsn.c (print_insn): Return value.
Ian Lance Taylor [Mon, 3 May 1993 20:55:40 +0000 (20:55 +0000)]
* mips-pinsn.c (print_insn): Return value.

31 years agocomment formatting fixup
Ken Raeburn [Mon, 3 May 1993 19:47:38 +0000 (19:47 +0000)]
comment formatting fixup

31 years ago(endian): Add explicit rule for broken makes.
Steve Chamberlain [Mon, 3 May 1993 15:29:55 +0000 (15:29 +0000)]
(endian): Add explicit rule for broken makes.

31 years agoUpdate the last changed date.
Fred Fish [Mon, 3 May 1993 01:19:46 +0000 (01:19 +0000)]
Update the last changed date.

31 years agoAdd info about bison, byacc, and yacc.
Fred Fish [Mon, 3 May 1993 00:57:36 +0000 (00:57 +0000)]
Add info about bison, byacc, and yacc.

31 years ago * Makefile.in (NONSRC): Add 29k-share/README.
Fred Fish [Sun, 2 May 1993 22:27:05 +0000 (22:27 +0000)]
* Makefile.in (NONSRC):  Add 29k-share/README.
* Makefile.in (HFILES):  Add 29k-share/udi/udiids.h.

31 years agoRemove commented out copies of monitor.h and remote-montor.c
Fred Fish [Sun, 2 May 1993 22:00:25 +0000 (22:00 +0000)]
Remove commented out copies of monitor.h and remote-montor.c

31 years ago * trad-core.c (NO_SIGNED_GET): New macro.
Fred Fish [Sun, 2 May 1993 21:53:13 +0000 (21:53 +0000)]
* trad-core.c (NO_SIGNED_GET):  New macro.
* trad-core.c (trad_core_vec):  Use new NO_SIGNED_GET instead of
signed NO_GET, where appropriate.

31 years ago * defs.h (UINT_MAX, LONG_MAX, INT_MAX, INT_MIN): Replace hex
Fred Fish [Sun, 2 May 1993 18:57:03 +0000 (18:57 +0000)]
* defs.h (UINT_MAX, LONG_MAX, INT_MAX, INT_MIN):  Replace hex
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).

31 years ago * configure.in (i[34]86-*-linux*): Add; bfd_target = i386-linux.
Fred Fish [Sun, 2 May 1993 18:43:09 +0000 (18:43 +0000)]
* configure.in (i[34]86-*-linux*):  Add; bfd_target = i386-linux.
* configure.in (*-*-linux*):  Remove until linux port for a
non-i386/i486 system is actually available.

31 years ago * valprint.c (print_longest): Change format parameter from a
Fred Fish [Sat, 1 May 1993 23:09:11 +0000 (23:09 +0000)]
* valprint.c (print_longest):  Change format parameter from a
'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'.

31 years ago Fix typo in last ChangeLog message.
Peter Schauer [Sat, 1 May 1993 09:59:16 +0000 (09:59 +0000)]
Fix typo in last ChangeLog message.

31 years ago * config/mips/tm-mips.h (STABS_REG_TO_REGNUM): Match it with the gcc
Peter Schauer [Sat, 1 May 1993 09:56:13 +0000 (09:56 +0000)]
* config/mips/tm-mips.h (STABS_REG_TO_REGNUM): Match it with the gcc
definition.
* config/mips/tm-irix3.h (STABS_REG_TO_REGNUM): Add.

31 years ago * config/mips/tm-mips.h (STABS_REG_TO_REGNUM): Match it with the gcc
Peter Schauer [Sat, 1 May 1993 09:55:01 +0000 (09:55 +0000)]
* config/mips/tm-mips.h (STABS_REG_TO_REGNUM): Match it with the gcc
definition.
* config/mips/tm-irix3.h (STABS_REG_TO_REGNUM): Add.
* irix4-nat.c (fill_fpregset): Fix bug with indexing into fpregsetp.

31 years ago * libhppa.h: #undef e_* symbols which come from <machine/som.h>
Stu Grossman [Sat, 1 May 1993 03:05:18 +0000 (03:05 +0000)]
* libhppa.h:  #undef e_* symbols which come from <machine/som.h>
when compiling under HPUX.

31 years ago * The following patches are from Jeffrey Law <law@cs.utah.edu>.
Stu Grossman [Sat, 1 May 1993 01:39:20 +0000 (01:39 +0000)]
    * The following patches are from Jeffrey Law <law@cs.utah.edu>.
* 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.

31 years ago * remote-udi.c (udi_wait): Use SIGURG, as Solaris doesn't have SIGLOST.
Stu Grossman [Sat, 1 May 1993 01:22:02 +0000 (01:22 +0000)]
* remote-udi.c (udi_wait): Use SIGURG, as Solaris doesn't have SIGLOST.

31 years ago * The following patches are from Jeffrey Law <law@cs.utah.edu>.
Stu Grossman [Sat, 1 May 1993 01:19:43 +0000 (01:19 +0000)]
    * The following patches are from Jeffrey Law <law@cs.utah.edu>.
* 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.

31 years ago * The following patches are from Jeffrey Law <law@cs.utah.edu>.
Stu Grossman [Sat, 1 May 1993 00:57:03 +0000 (00:57 +0000)]
* The following patches are from Jeffrey Law <law@cs.utah.edu>.
* 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.

31 years agoLint.
Steve Chamberlain [Sat, 1 May 1993 00:51:36 +0000 (00:51 +0000)]
Lint.

31 years agoTry again. Cvs core dumped.
Steve Chamberlain [Sat, 1 May 1993 00:51:23 +0000 (00:51 +0000)]
Try again. Cvs core dumped.

31 years ago * configure.in: Match z8k-*-sim for z8000.
Steve Chamberlain [Sat, 1 May 1993 00:50:27 +0000 (00:50 +0000)]
* configure.in: Match z8k-*-sim for z8000.
* config/h8500/tm-h8500.h, h8500-tdep.c: Lint.
* remote-hms.c: Update to use new serial protocol.

31 years ago * mips-tdep.c: remove include of sys/dir.h. Doesn't seem
K. Richard Pixley [Sat, 1 May 1993 00:41:53 +0000 (00:41 +0000)]
* mips-tdep.c: remove include of sys/dir.h.  Doesn't seem
  necessary and Solaris doesn't have it.

31 years agodo not echo recursion lines
K. Richard Pixley [Sat, 1 May 1993 00:34:05 +0000 (00:34 +0000)]
do not echo recursion lines

31 years ago * udip2soc.c (UDIConnect): replace union wait with int.
K. Richard Pixley [Sat, 1 May 1993 00:31:02 +0000 (00:31 +0000)]
* udip2soc.c (UDIConnect): replace union wait with int.