OSDN Git Service

pf3gnuchains/sourceware.git
24 years ago2000-03-01 H.J. Lu <hjl@gnu.org>
hjl [Wed, 1 Mar 2000 19:40:53 +0000 (19:40 +0000)]
2000-03-01  H.J. Lu  <hjl@gnu.org>

* aoutx.h (aout_link_input_section_std): Pass "true" to
the undefined_symbol callback.
(aout_link_input_section_ext): Likewise.
* bout.c (get_value): Likewise.
* coff-a29k.c (coff_a29k_relocate_section): Likewise.
* coff-alpha.c (alpha_ecoff_get_relocated_section_conten):
Likewise.
(alpha_relocate_section): Likewise.
* coff-arm.c (coff_arm_relocate_section): Likewise.
* coff-i960.c (coff_i960_relocate_section): Likewise.
* coff-mcore.c (coff_mcore_relocate_section): Likewise.
* coff-mips.c (mips_relocate_section): Likewise.
* coff-ppc.c (coff_ppc_relocate_section): Likewise.
* coff-sh.c (sh_relocate_section): Likewise.
* coff-tic80.c (coff_tic80_relocate_section): Likewise.
* cofflink.c (_bfd_coff_generic_relocate_section): Likewise.
* elf-m10200.c (mn10200_elf_relocate_section): Likewise.
* elf-m10300.c (mn10300_elf_relocate_section): Likewise.
* elf32-d10v.c (elf32_d10v_relocate_section): Likewise.
* elf32-fr30.c (fr30_elf_relocate_section): Likewise.
* elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
* elf32-i370.c (i370_elf_relocate_section): Likewise.
* elf32-m32r.c (m32r_elf_relocate_section): Likewise.
* elf32-mcore.c (mcore_elf_relocate_section): Likewise.
* elf32-sh.c (sh_elf_relocate_section): Likewise.
* elf32-v850.c (v850_elf_relocate_section): Likewise.
* elflink.c (_bfd_elf_link_record_dynamic_symbol): Likewise.
* elflink.h (elf_link_output_extsym): Likewise.
* pe-mips.c (coff_pe_mips_relocate_section): Likewise.
* reloc.c (bfd_generic_get_relocated_section_conten): Likewise.
* reloc16.c (_bfd_ppc_xcoff_relocate_section): Likewise.

* elf-hppa.h (elf_hppa_relocate_section): Pass "false" to the
undefined_symbol callback when building shared library with
-Bsymbolic and undefined symbols are allowed. Otherwise, pass
"true".
* elf32-arm.h (elf32_arm_relocate_section): Likewise.
* elf32-i386.c (elf_i386_relocate_section): Likewise.
* elf32-m68k.c (elf_m68k_relocate_section): Likewise.
* elf32-mips.c (mips_elf_calculate_relocation): Likewise.
(elf32_mips_get_relocated_section_content): Likewise.
* elf32-ppc.c (ppc_elf_relocate_section): Likewise.
* elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
* elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
* elf64-sparc.c (sparc64_elf_relocate_section): Likewise.

24 years ago2000-03-01 H.J. Lu <hjl@gnu.org>
hjl [Wed, 1 Mar 2000 19:38:01 +0000 (19:38 +0000)]
2000-03-01  H.J. Lu  <hjl@gnu.org>

* bfdlink.h (bfd_link_callbacks): Add a boolean arg to
the undefined_symbol callback.

24 years ago2000-03-01 H.J. Lu <hjl@gnu.org>
hjl [Wed, 1 Mar 2000 19:37:02 +0000 (19:37 +0000)]
2000-03-01  H.J. Lu  <hjl@gnu.org>

* ldmain.c (undefined_symbol): Take one more arg, fatal, to
indicate if the undefined symbol is a fatal error or not.
Don't delete the output file if "fatal" is false.

24 years agoRemove bigus .align check
nickc [Wed, 1 Mar 2000 18:03:49 +0000 (18:03 +0000)]
Remove bigus .align check

24 years agoFrom Fernando: call generic_mourn_inferior() when closing rdi and sim
cagney [Wed, 1 Mar 2000 11:25:51 +0000 (11:25 +0000)]
From Fernando: call generic_mourn_inferior() when closing rdi and sim
targets.

24 years agoNote that there is no need to send configure.in patches.
cagney [Wed, 1 Mar 2000 08:33:47 +0000 (08:33 +0000)]
Note that there is no need to send configure.in patches.

24 years ago2000-03-01 Mark Kettenis <kettenis@gnu.org>
kettenis [Wed, 1 Mar 2000 00:45:18 +0000 (00:45 +0000)]
2000-03-01  Mark Kettenis  <kettenis@gnu.org>

* MAINTAINERS: Correct my own mail address.

24 years agoIdentify maintainers caught up in a paper trail.
cagney [Wed, 1 Mar 2000 00:28:35 +0000 (00:28 +0000)]
Identify maintainers caught up in a paper trail.

24 years ago2000-02-29 James Ingham <jingham@leda.cygnus.com>
jingham [Tue, 29 Feb 2000 22:47:37 +0000 (22:47 +0000)]
2000-02-29  James Ingham  <jingham@leda.cygnus.com>

      * gdbtk-cmds.c (gdb_disassemble_driver): The to_shortname for
      Linux is "linuxthreads", not "linux-threads", so we have to change
      the heuristic to account for this.  This fixes a crash when trying
      to disassemble from shared libraries.

24 years ago2000-02-29 H.J. Lu <hjl@gnu.org>
hjl [Tue, 29 Feb 2000 19:52:31 +0000 (19:52 +0000)]
2000-02-29  H.J. Lu  <hjl@gnu.org>

* Makefile.am (check-DEJAGNU): Also pass LIBS="$(LIBS)".
Set LC_COLLATE and LC_ALL to null and export them. It is for
sort which expects the C locale.
Add $(LIBS) to all $(HOSTING_LIBS).
* Makefile.in: Rebuild.

24 years agoFrom Peter Schauer: Fix Solaris/x86 threads by copying linux code.
cagney [Tue, 29 Feb 2000 13:53:59 +0000 (13:53 +0000)]
From Peter Schauer: Fix Solaris/x86 threads by copying linux code.

24 years agoFrom Peter Schauer: Define Solaris/x86 MERGEPID.
cagney [Tue, 29 Feb 2000 13:38:55 +0000 (13:38 +0000)]
From Peter Schauer: Define Solaris/x86 MERGEPID.

24 years agoFrom J.T.: Convert i386 to updated frame_saved_regs.
cagney [Tue, 29 Feb 2000 13:28:24 +0000 (13:28 +0000)]
From J.T.: Convert i386 to updated frame_saved_regs.

24 years agoFrom Peter Schauer - fix mmalloc bitrot.
cagney [Tue, 29 Feb 2000 12:58:51 +0000 (12:58 +0000)]
From Peter Schauer - fix mmalloc bitrot.

24 years agoFrom Eli. Bring go32 target up-to-date with recent GDB i386 changes.
cagney [Tue, 29 Feb 2000 08:16:39 +0000 (08:16 +0000)]
From Eli.  Bring go32 target up-to-date with recent GDB i386 changes.

24 years agoFrom Eli. Warning fixes.
cagney [Tue, 29 Feb 2000 07:45:13 +0000 (07:45 +0000)]
From Eli. Warning fixes.

24 years agoInclude <ctype.h> for isupper().
cagney [Tue, 29 Feb 2000 07:23:02 +0000 (07:23 +0000)]
Include <ctype.h> for isupper().

24 years agoAdd more checks for no stack frame.
cagney [Tue, 29 Feb 2000 07:17:15 +0000 (07:17 +0000)]
Add more checks for no stack frame.

24 years agoGCC warning fix: Add missing NULL initialiser for find_potential_libraries.
amodra [Tue, 29 Feb 2000 05:53:52 +0000 (05:53 +0000)]
GCC warning fix: Add missing NULL initialiser for find_potential_libraries.

24 years ago* sigproc.cc (sig_send): Temporarily set priority to highest while sending a
cgf [Tue, 29 Feb 2000 05:47:17 +0000 (05:47 +0000)]
* sigproc.cc (sig_send): Temporarily set priority to highest while sending a
signal.

24 years agoRead 2 byte (16 bit addresses) when needed.
cagney [Tue, 29 Feb 2000 05:10:04 +0000 (05:10 +0000)]
Read 2 byte (16 bit addresses) when needed.

24 years agoFix a typo.
cgf [Tue, 29 Feb 2000 04:11:24 +0000 (04:11 +0000)]
Fix a typo.

24 years ago*** empty log message ***
jimb [Tue, 29 Feb 2000 03:29:27 +0000 (03:29 +0000)]
*** empty log message ***

24 years ago* ldgram.y (exclude_name_list): Don't require a comma to separate
jimb [Tue, 29 Feb 2000 03:28:57 +0000 (03:28 +0000)]
* ldgram.y (exclude_name_list): Don't require a comma to separate
list entries; the lexer considers commas to be valid part of a
filename, so in something like `foo, bar' the comma is considered
part of the first filename, `foo,'.
* ld.texinfo: Update section on EXCLUDE_FILE lists.

24 years ago2000-02-28 Mumit Khan <khan@xraylith.wisc.edu>
khan [Tue, 29 Feb 2000 03:16:14 +0000 (03:16 +0000)]
2000-02-28  Mumit Khan  <khan@xraylith.wisc.edu>

* include/largeint.h: Rename HAVE_INT64 macro to _HAVE_INT64 to avoid
namespace pollution.
* include/rpcndr.h: Likewise.
* include/winnt.h: Likewise.

24 years ago2000-02-28 Mumit Khan <khan@xraylith.wisc.edu>
khan [Tue, 29 Feb 2000 03:14:40 +0000 (03:14 +0000)]
2000-02-28  Mumit Khan  <khan@xraylith.wisc.edu>

Patches from Jan Nijtmans <j.nijtmans@chello.nl>:
* include/wtypes.h (PBLOB, LPBLOB): Define.
* include/winsock2.h: Much more complete version.
(FD_SET, SOMAXCONN): Protect common macros defined by winsock.h.

24 years ago2000-02-28 Mumit Khan <khan@xraylith.wisc.edu>
khan [Tue, 29 Feb 2000 03:13:40 +0000 (03:13 +0000)]
2000-02-28  Mumit Khan  <khan@xraylith.wisc.edu>

Patches from Jan Nijtmans <j.nijtmans@chello.nl>:
* include/winsock.h (FD_CLR): Add missing ')'.
(timercmp): Fix macro to handle all 6 comparison operators.
(AF_FIREFOX, AF_UNKNOWN1, AF_BAN, AF_ATM, AF_INET6): Define.
(AF_MAX): Update.
(PF_FIREFOX, PF_UNKNOWN1, PF_BAN, PF_ATM, PF_INET6): Define.

24 years ago2000-02-28 Mumit Khan <khan@xraylith.wisc.edu>
khan [Tue, 29 Feb 2000 03:12:06 +0000 (03:12 +0000)]
2000-02-28  Mumit Khan  <khan@xraylith.wisc.edu>

Patches from Jan Nijtmans <j.nijtmans@chello.nl>:
* include/winsock.h (FD_CLR): Add missing ')'.
(timercmp): Fix macro to handle all 6 comparison operators.
(AF_FIREFOX, AF_UNKNOWN1, AF_BAN, AF_ATM, AF_INET6): Define.
(AF_MAX): Update.
(PF_FIREFOX, PF_UNKNOWN1, PF_BAN, PF_ATM, PF_INET6): Define.

24 years ago2000-02-28 Mumit Khan <khan@xraylith.wisc.edu>
khan [Tue, 29 Feb 2000 03:11:06 +0000 (03:11 +0000)]
2000-02-28  Mumit Khan  <khan@xraylith.wisc.edu>

* include/largeint.h: Rename HAVE_INT64 macro to _HAVE_INT64 to avoid
namespace pollution.
* include/rpcndr.h: Likewise.
* include/winnt.h: Likewise.

24 years ago2000-02-28 Mumit Khan <khan@xraylith.wisc.edu>
khan [Tue, 29 Feb 2000 03:10:04 +0000 (03:10 +0000)]
2000-02-28  Mumit Khan  <khan@xraylith.wisc.edu>

* include/shlobj.h (SHGetDataFromIDList{A,W}): Fix typo.
(SHGetSpecialFolderPath{A,W}): Add prototypes.

24 years ago2000-02-28 Mumit Khan <khan@xraylith.wisc.edu>
khan [Tue, 29 Feb 2000 03:08:36 +0000 (03:08 +0000)]
2000-02-28  Mumit Khan  <khan@xraylith.wisc.edu>

* lib/ole32.def: Add missing exports.

24 years ago2000-02-28 Mumit Khan <khan@xraylith.wisc.edu>
khan [Tue, 29 Feb 2000 03:07:06 +0000 (03:07 +0000)]
2000-02-28  Mumit Khan  <khan@xraylith.wisc.edu>

* include/winbase.h (TLS_MINIMUM_AVAILABLE): Move macro from here
* include/winnt.h (TLS_MINIMUM_AVAILABLE): to here.
(NT_TIB): Define.
* include/tlhelp32.h: New file.

24 years ago*** empty log message ***
jimb [Mon, 28 Feb 2000 23:17:16 +0000 (23:17 +0000)]
*** empty log message ***

24 years ago* include/rapi.h: New file.
cgf [Mon, 28 Feb 2000 22:09:56 +0000 (22:09 +0000)]
* include/rapi.h: New file.
* lib/rapi.def: New file.

24 years agoUpdate copyright date in file.
scottb [Mon, 28 Feb 2000 20:51:08 +0000 (20:51 +0000)]
Update copyright date in file.

24 years ago2000-02-28 Scott Bambrough <scottb@netwinder.org>
scottb [Mon, 28 Feb 2000 20:28:10 +0000 (20:28 +0000)]
2000-02-28  Scott Bambrough <scottb@netwinder.org>

* config/arm/linux.mh (NATDEPFILES): Removed core-regset.o.
Not used.  Required to get GDB to build on glibc 2.1.3.
* config/arm/tm-linux.h (LOWEST_PC): Undefine LOWEST_PC
before redefining.  Gets rid of compiler warning.

24 years ago2000-02-28 Scott Bambrough <scottb@netwinder.org>
scottb [Mon, 28 Feb 2000 20:17:15 +0000 (20:17 +0000)]
2000-02-28  Scott Bambrough <scottb@netwinder.org>

* arm-linux-nat.c (fetch_nw_fpe_*):
  Renamed to fetch_nwfpe_* to use the same naming convention
as in the Linux kernel.  Modified prototype to get rid of
unused parameters.
(store_nw_fpe_*): Renamed to store_nwfpe_* to use the same
naming convention as in the Linux kernel.  Fixed calls to
fetch_nwfpe_*.
(store_fpregs): Fixed calls to store_nwfpe_*.  Removed
unused variable.

24 years agoDefone {MIPS|SH}_PE_MAGIC
nickc [Mon, 28 Feb 2000 18:57:53 +0000 (18:57 +0000)]
Defone {MIPS|SH}_PE_MAGIC

24 years agoAdd WinCE support.
nickc [Mon, 28 Feb 2000 18:56:10 +0000 (18:56 +0000)]
Add WinCE support.

24 years agoAdd WinCE support.
nickc [Mon, 28 Feb 2000 18:11:56 +0000 (18:11 +0000)]
Add WinCE support.

24 years agoReplace 'flags' with 'signed_overflow_ok_p'
nickc [Mon, 28 Feb 2000 17:57:40 +0000 (17:57 +0000)]
Replace 'flags' with 'signed_overflow_ok_p'

24 years ago* pinfo.cc (set_myself): Add build date to strace output.
cgf [Mon, 28 Feb 2000 16:25:34 +0000 (16:25 +0000)]
* pinfo.cc (set_myself): Add build date to strace output.
* sigproc.cc (proc_subproc): Only clear wait event when not attending to a
signal.

24 years agoOops. Fix e-mail address.
cagney [Mon, 28 Feb 2000 07:27:52 +0000 (07:27 +0000)]
Oops.  Fix e-mail address.

24 years agoTransfer d30v to David Taylor.
cagney [Mon, 28 Feb 2000 07:26:13 +0000 (07:26 +0000)]
Transfer d30v to David Taylor.

24 years ago* win32-nat.c: Remove unneeded header.
cgf [Mon, 28 Feb 2000 06:43:20 +0000 (06:43 +0000)]
* win32-nat.c: Remove unneeded header.
* wince.c: Ditto.

24 years agoEliminate debugging argument.
cgf [Mon, 28 Feb 2000 06:34:14 +0000 (06:34 +0000)]
Eliminate debugging argument.

24 years agoCorrect copyright.
cgf [Mon, 28 Feb 2000 06:31:36 +0000 (06:31 +0000)]
Correct copyright.

24 years agoFix typo.
cgf [Mon, 28 Feb 2000 06:23:10 +0000 (06:23 +0000)]
Fix typo.

24 years agoFix sysname.
cgf [Mon, 28 Feb 2000 06:21:07 +0000 (06:21 +0000)]
Fix sysname.

24 years ago* configure.in: Remove --enable-strace-hhmmss option.
cgf [Mon, 28 Feb 2000 05:10:23 +0000 (05:10 +0000)]
* configure.in: Remove --enable-strace-hhmmss option.
* configure: Regenerate.

24 years ago* strace.cc (handle_output_debug_string): Parse strace output to allow various
cgf [Mon, 28 Feb 2000 05:08:05 +0000 (05:08 +0000)]
* strace.cc (handle_output_debug_string): Parse strace output to allow various
types of time output.

24 years ago* dcrt0.cc (set_os_type): Record OS name string.
cgf [Mon, 28 Feb 2000 05:05:33 +0000 (05:05 +0000)]
* dcrt0.cc (set_os_type): Record OS name string.
(getprogname): Eliminate obsolete function.
(dll_crt0_1): Move initial strace initialization output to set_myself.
* exceptions.cc (interruptible): Add debugging output.
(interrupt_setup): New function.
(interrupt_now): Use interrupt_setup to set up common interrupt handler stuff.
(interrupt_on_return): Ditto.
(call_handler): Move signal_arrived arm and clear threads to region where
signalled thread is suspended or suffer races.
* pinfo.cc (set_myself): Output interesting information when strace is first
initialized.  Initialize progname here.
* sigproc.cc (sig_dispatch_pending): Modify to ensure that flush signal are
sent synchronously.
* strace.cc (strace_vsprintf): Move code into strace program.
* uname.cc (uname): Use 'osname' global to construct cygwin name + Windows type
+ version.

24 years agoInclude "gdb_wait.h" instead of "wait.h".
cagney [Mon, 28 Feb 2000 05:03:09 +0000 (05:03 +0000)]
Include "gdb_wait.h" instead of "wait.h".

24 years ago2000-02-27 Loren J. Rittle <ljrittle@acm.org>
ian [Mon, 28 Feb 2000 04:31:30 +0000 (04:31 +0000)]
2000-02-27  Loren J. Rittle  <ljrittle@acm.org>

* configure.host: Added HOSTING_CRT0, HOSTING_LIBS for
host "i[3456]86-*-freebsdelf*".

24 years ago2000-02-27 Andreas Jaeger <aj@suse.de>
ian [Mon, 28 Feb 2000 04:20:22 +0000 (04:20 +0000)]
2000-02-27  Andreas Jaeger  <aj@suse.de>

* configure.in: Add entry for mips*-*-linux*, move catch all
*-*-*linux* entry below this one.

24 years ago2000-02-27 Thomas de Lellis <tdel@windriver.com>
ian [Mon, 28 Feb 2000 04:17:34 +0000 (04:17 +0000)]
2000-02-27  Thomas de Lellis  <tdel@windriver.com>

* config/obj-elf.c (elf_frob_symbol): Remove code which when
TC_PPC was defined forced the type of a symbol with no other type
to be BSF_OBJECT.

24 years ago2000-02-27 Hans-Peter Nilsson <hp@axis.com>
ian [Mon, 28 Feb 2000 04:08:32 +0000 (04:08 +0000)]
2000-02-27  Hans-Peter Nilsson  <hp@axis.com>

* doc/internals.texi (CPU backend): Mention that
line_separator_chars do not break up comments.  Fix typos for
LEX_AT and LEX_NAME descriptions.  Document operands for
TC_EQUAL_IN_INSN, md_operand and md_section_align.  Correct
description of md_create_short_jump usage.  Document argument for
md_undefined_symbol.

24 years ago2000-02-27 Mark Elbrecht <snowball3@bigfoot.com>
ian [Mon, 28 Feb 2000 03:55:16 +0000 (03:55 +0000)]
2000-02-27  Mark Elbrecht  <snowball3@bigfoot.com>

* scripttempl/i386go32.sc: Move misplaced semicolons.

24 years ago2000-02-27 Jakub Jelinek <jakub@redhat.com>
ian [Mon, 28 Feb 2000 03:51:32 +0000 (03:51 +0000)]
2000-02-27  Jakub Jelinek  <jakub@redhat.com>

* config/tc-sparc.c (OPTION_UNDECLARED_REGS): New option.
(md_parse_option): Handle it.
(md_show_usage): Document it.

24 years ago2000-02-27 Jakub Jelinek <jakub@redhat.com>
ian [Mon, 28 Feb 2000 03:50:32 +0000 (03:50 +0000)]
2000-02-27  Jakub Jelinek  <jakub@redhat.com>

* elf32-sparc.c (elf32_sparc_merge_private_bfd_data): Don't bump
architecture if the object causing the bump is dynamic.
* elf64-sparc.c (sparc64_elf_merge_private_bfd_data): Likewise,
and also don't it for memory ordering.
(sparc64_elf_write_relocs): Take src_rela out of the loop.

24 years ago * dwarf2.c (read_abbrevs): Use _raw_size directly rather than
ian [Mon, 28 Feb 2000 03:39:28 +0000 (03:39 +0000)]
* dwarf2.c (read_abbrevs): Use _raw_size directly rather than
calling bfd_get_section_size_before_reloc.
(decode_line_info): Likewise.
(_bfd_dwarf2_find_nearest_line): Likewise.

24 years ago From Brad Lucier <lucier@math.purdue.edu>:
ian [Mon, 28 Feb 2000 03:31:49 +0000 (03:31 +0000)]
From Brad Lucier <lucier@math.purdue.edu>:
* readelf.c (process_dynamic_segment): Add cast to make sure
argument to %* is int.

24 years ago * config/tc-alpha.c (md_assemble): Accept `1' and `9' in an
ian [Mon, 28 Feb 2000 03:25:35 +0000 (03:25 +0000)]
* config/tc-alpha.c (md_assemble): Accept `1' and `9' in an
opcode, for the instruction `pal19'.  From Andrea Arcangeli
<andrea@suse.de>.

24 years agoAdd MAINTAINERS file to mmalloc directory - part of GDB and maintained
cagney [Mon, 28 Feb 2000 00:22:03 +0000 (00:22 +0000)]
Add MAINTAINERS file to mmalloc directory - part of GDB and maintained
by GDB's Host maintainers.

24 years ago2000-02-27 H.J. Lu (hjl@gnu.org)
hjl [Sun, 27 Feb 2000 18:59:40 +0000 (18:59 +0000)]
2000-02-27 H.J. Lu  (hjl@gnu.org)

* lib/ld-lib.exp (default_ld_link): Added "$LIBS" to libs.

24 years ago2000-02-27 Eli Zaretskii <eliz@is.elta.co.il>
ian [Sun, 27 Feb 2000 17:08:06 +0000 (17:08 +0000)]
2000-02-27  Eli Zaretskii  <eliz@is.elta.co.il>

* Makefile.am (stamp-lib): Use $(LIBTOOL) --config to get the
name of the libtool directory.
* Makefile.in: Rebuild.

24 years ago2000-02-27 Eli Zaretskii <eliz@is.elta.co.il>
ian [Sun, 27 Feb 2000 17:07:38 +0000 (17:07 +0000)]
2000-02-27  Eli Zaretskii  <eliz@is.elta.co.il>

* Makefile.am (stamp-lib): Use $(LIBTOOL) --config to get the
name of the libtool directory.
* Makefile.in: Rebuild.

24 years agorebuild with current tools
ian [Sun, 27 Feb 2000 16:55:51 +0000 (16:55 +0000)]
rebuild with current tools

24 years agorebuild with current tools
ian [Sun, 27 Feb 2000 16:54:48 +0000 (16:54 +0000)]
rebuild with current tools

24 years agorebuild with current tools
ian [Sun, 27 Feb 2000 16:54:31 +0000 (16:54 +0000)]
rebuild with current tools

24 years agorebuild with current tools
ian [Sun, 27 Feb 2000 16:53:27 +0000 (16:53 +0000)]
rebuild with current tools

24 years agorebuild with current tools
ian [Sun, 27 Feb 2000 16:51:37 +0000 (16:51 +0000)]
rebuild with current tools

24 years agorebuild with current tools
ian [Sun, 27 Feb 2000 16:50:14 +0000 (16:50 +0000)]
rebuild with current tools

24 years ago * ltconfig, ltmain.sh: Update to libtool 1.3.4.
ian [Sun, 27 Feb 2000 16:46:19 +0000 (16:46 +0000)]
* ltconfig, ltmain.sh: Update to libtool 1.3.4.

24 years ago2000-02-26 Mark Kettenis <kettenis@gnu.org>
kettenis [Sat, 26 Feb 2000 15:04:30 +0000 (15:04 +0000)]
2000-02-26  Mark Kettenis  <kettenis@gnu.org>

* gnu-nat.c: Include "gdbthread.h".  Include <hurd.h>.
Reorder headers a bit.  Overall cleanup and minor reformatting.
(MIG_SERVER_DIED): Remove define.
(proc_update_sc): Add braces to silence compiler warning.
(proc_steal_exc_port): Initialize err to zero.
(make_proc): Add braces to silence compiler warning.
(inf_validate_task_sc): Add cast to silence compiler warning.
(inf_set_traced): Reorganize a bit to silence compiler warning.
(inf_validate_procs): Use mach_msg_type_number_t for all thread
numbers and add braces to silence compiler warning.
(gnu_wait): Add prototypes for server functions and add braces to
silence compiler warnings.
(S_exception_raise_request): Pass subcode to inf_debug call.
(gnu_write_inferior): Remove unused variable `protection_changed'.
(gnu_xfer_memory): Remove unused variable `result'.
(set_sig_thread_cmd): Remove unused varible `tid'.
(set_signals_cmd): Remve unused variable `trace'.
(add_task_commands): Provide complete prototype.  Reformat help
strings a bit to make sure the first line is a full sentence.
Call info_port_rights_cmd instead of info_send_rights_cmd for the
"info port-rights" command.
(add_thread_commands): Provide complete prototype.  Make static.
Reformat help strings a bit to make sure the first line is a full
sentence.
(_initialize_gnu_nat): Provide complete prototype.

24 years ago2000-02-26 Mark Kettenis <kettenis@gnu.org>
kettenis [Sat, 26 Feb 2000 13:57:35 +0000 (13:57 +0000)]
2000-02-26  Mark Kettenis  <kettenis@gnu.org>

Make cross-compilation for the Hurd more friendly.
From Jeff Bailey <jbailey@gnu.org>:
* configure.in: Use AC_CHECK_TOOL to find MiG.
* Makefile.in (MIG): New variable.
* config/i386/i386gnu.mh (MIG): Remove.
* configure: Regenerated.

24 years ago2000-02-26 Mark Kettenis <kettenis@gnu.org>
kettenis [Sat, 26 Feb 2000 13:46:55 +0000 (13:46 +0000)]
2000-02-26  Mark Kettenis  <kettenis@gnu.org>

Make cross-compilation for the Hurd more friendly.
From Jeff Bailey <jbailey@gnu.org>:
* configure.in: Use AC_CHECK_TOOL to find MiG.
* Makefile.in (MIG): New variable.
* config/i386/i386gnu.mh (MIG): Remove.
* configure: Regenerated.

24 years agoChanges to skip_prologue for PPC architecture.
kevinb [Sat, 26 Feb 2000 09:30:30 +0000 (09:30 +0000)]
Changes to skip_prologue for PPC architecture.

24 years agoAdd comment explaining ppc_linux_memory_remove_breakpoint ().
kevinb [Sat, 26 Feb 2000 09:25:50 +0000 (09:25 +0000)]
Add comment explaining ppc_linux_memory_remove_breakpoint ().

24 years agoJim Blandy has always been the trace stuff maintainer. Extend Chris
cagney [Sat, 26 Feb 2000 06:20:56 +0000 (06:20 +0000)]
Jim Blandy has always been the trace stuff maintainer. Extend Chris
Faylor's reponsibilities to cover most Windows platforms.

24 years agoCatch some more cases where we can represent a 16 bit immediate operand as
amodra [Sat, 26 Feb 2000 04:00:13 +0000 (04:00 +0000)]
Catch some more cases where we can represent a 16 bit immediate operand as
8 bit sign extended.

24 years ago * Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o.
ian [Sat, 26 Feb 2000 03:38:18 +0000 (03:38 +0000)]
* Makefile.am (ALL_EMULATIONS): Remove ehppaelf.o.
(ALL_64_EMULATIONS): Remove eelf64hppa.o.
(eelf64hppa.c, ehppaelf.c): Remove targets.
* Makefile.in: Rebuild.

24 years agorebuild
ian [Sat, 26 Feb 2000 03:28:41 +0000 (03:28 +0000)]
rebuild

24 years ago * doc/c-mips.texi (MIPS Opts): Fix typo in last patch.
law [Sat, 26 Feb 2000 01:48:35 +0000 (01:48 +0000)]
    * doc/c-mips.texi (MIPS Opts): Fix typo in last patch.

24 years ago * som.c (SOM_HOWTO): Define.
law [Sat, 26 Feb 2000 01:45:22 +0000 (01:45 +0000)]
    * som.c (SOM_HOWTO): Define.
        (som_hppa_howto_table): Use it.

24 years agoBump minor version number
cgf [Sat, 26 Feb 2000 01:14:49 +0000 (01:14 +0000)]
Bump minor version number

24 years agoChange fork/exec magic number.
cgf [Sat, 26 Feb 2000 01:14:08 +0000 (01:14 +0000)]
Change fork/exec magic number.

24 years agoRemove unneeded include.
cgf [Sat, 26 Feb 2000 01:13:02 +0000 (01:13 +0000)]
Remove unneeded include.

24 years ago* exceptions.cc (interruptible): Make a little more structured.
cgf [Sat, 26 Feb 2000 01:11:54 +0000 (01:11 +0000)]
* exceptions.cc (interruptible): Make a little more structured.
(call_handler): Allow signals to be sent even if signalled thread is stopped.
Change order of signal_arrived arming/waiting threads clearing to eliminate a
race.
(reset_signal_arrived): New helper function.
* malloc.cc (malloc_init): Use mutos so that signal handler can keep track of
who owns the lock.
(__malloc_lock): Ditto.
(__malloc_unlock): Ditto.
* sync.h (new_muto): Actually use a muto for the "buffer".
* Makefile.in: Fix a dependency.

24 years ago* Makefile.in: fix "make check" support and cygrun.
dj [Sat, 26 Feb 2000 01:06:48 +0000 (01:06 +0000)]
* Makefile.in: fix "make check" support and cygrun.

24 years ago2000-02-25 H.J. Lu <hjl@gnu.org>
hjl [Sat, 26 Feb 2000 00:59:51 +0000 (00:59 +0000)]
2000-02-25  H.J. Lu  <hjl@gnu.org>

* configure.in (AC_SEARCH_LIBS): Pass m, not -lm.

24 years ago2000-02-25 H.J. Lu <hjl@gnu.org>
hjl [Sat, 26 Feb 2000 00:58:43 +0000 (00:58 +0000)]
2000-02-25  H.J. Lu  <hjl@gnu.org>

* configure.in (AC_SEARCH_LIBS): Pass m, not -lm.

24 years ago2000-02-25 H.J. Lu <hjl@gnu.org>
hjl [Sat, 26 Feb 2000 00:49:26 +0000 (00:49 +0000)]
2000-02-25  H.J. Lu <hjl@gnu.org>

* gas/i386/general.l: Support a.out and coff.

24 years ago2000-02-25 H.J. Lu <hjl@gnu.org>
hjl [Sat, 26 Feb 2000 00:47:52 +0000 (00:47 +0000)]
2000-02-25  H.J. Lu  <hjl@gnu.org>

* configure.in (AC_SEARCH_LIBS): Pass lm, not -lm.

24 years agoFri Feb 25 14:50:50 2000 Jeff Johnston <jjohnstn@cygnus.com>
jjohnstn [Fri, 25 Feb 2000 19:52:26 +0000 (19:52 +0000)]
Fri Feb 25 14:50:50 2000  Jeff Johnston <jjohnstn@cygnus.com>

        * libc/stdio/flags.c (__sflags): Added check that mode[1]
        is non-null before looking at mode[2].

24 years ago* configure.tgt (targ_extra_ofiles): Enable elf64_sparc on
aoliva [Fri, 25 Feb 2000 19:43:12 +0000 (19:43 +0000)]
* configure.tgt (targ_extra_ofiles): Enable elf64_sparc on
GNU/Linux/sparc, but keep the default as 32.

24 years ago* config.bfd: Enable 64 bit support for GNU/Linux/sparc.
aoliva [Fri, 25 Feb 2000 19:39:00 +0000 (19:39 +0000)]
* config.bfd: Enable 64 bit support for GNU/Linux/sparc.

24 years ago* configure.tgt: Enable elf64_sparc on Solaris7+/sparc. And make
aoliva [Fri, 25 Feb 2000 19:30:22 +0000 (19:30 +0000)]
* configure.tgt: Enable elf64_sparc on Solaris7+/sparc.  And make
it default if sparcv9 or sparc64.

24 years ago* config.bfd: Enable 64 bit support for Solaris7+/sparc.
aoliva [Fri, 25 Feb 2000 19:18:17 +0000 (19:18 +0000)]
* config.bfd: Enable 64 bit support for Solaris7+/sparc.

24 years ago2000-02-25 Fernando Nasser <fnasser@cygnus.com>
fnasser [Fri, 25 Feb 2000 16:37:32 +0000 (16:37 +0000)]
2000-02-25  Fernando Nasser  <fnasser@cygnus.com>

        From: Thomas Zenker <thz@Lennartz-electronic.DE>
        * rdi-share/hsys.c: to compile under 4.4BSD derived systems (FreeBSD,
        NetBSD...) sys_errlist should not be declared in hsys.c.
        NEED_SYSERRLIST is set already by configure, so we can use it.
        * rdi-share/unixcomm.c: 4.4BSD derived systems define BSD, but are
        posix compliant and we should not work with the old compatibility
        stuff.  Because of that I undef BSD in case of FBSD etc and include
        sys/ioctl to get the flags.
        * rdi-share/unixcomm.c: If the TIOCEXCL flags exists set serial line
        for exclusive use.