OSDN Git Service

pf3gnuchains/pf3gnuchains4x.git
23 years agoMinor DV table update, minor DV checking bug fix.
Jim Wilson [Thu, 5 Oct 2000 21:55:25 +0000 (21:55 +0000)]
Minor DV table update, minor DV checking bug fix.
* config/tc-ia64.c (resources_match): Handle IA64_RS_PRr.
* ia64-ic.tbl: Update from Intel.
* ia64-asmtab.c: Regenerate.

23 years agoAdd a limit parameter for scanning the prologue.
Kevin Buettner [Thu, 5 Oct 2000 01:13:53 +0000 (01:13 +0000)]
Add a limit parameter for scanning the prologue.

23 years ago2000-10-04 Fernando Nasser <fnasser@totem.to.cygnus.com>
Fernando Nasser [Wed, 4 Oct 2000 20:35:32 +0000 (20:35 +0000)]
2000-10-04  Fernando Nasser  <fnasser@totem.to.cygnus.com>

* download.itb (download_it): Fix previous changes for non-windows
hosts.
* srctextwin.itb (LoadFromCache): Ditto.

23 years ago2000-10-04 Fernando Nasser <fnasser@totem.to.cygnus.com>
Fernando Nasser [Wed, 4 Oct 2000 20:22:17 +0000 (20:22 +0000)]
2000-10-04  Fernando Nasser  <fnasser@totem.to.cygnus.com>

* download.itb (download_it): Convert filename to native before
passing it to a Tcl command.
* srctextwin.itb (_mtime_changed): Ditto.
(LoadFromCache): Ditto.

23 years ago2000-10-04 Kazu Hirata <kazu@hxi.com>
Kazu Hirata [Wed, 4 Oct 2000 06:38:01 +0000 (06:38 +0000)]
2000-10-04  Kazu Hirata  <kazu@hxi.com>

* ia64-gen.c: Convert C++-style comments to C-style comments.
* tic54x-dis.c: Likewise.

23 years agoProtoization.
Kevin Buettner [Tue, 3 Oct 2000 22:42:32 +0000 (22:42 +0000)]
Protoization.

23 years agoCorrect call to _bfd_elf32_gc_record_vtable.
Alan Modra [Mon, 2 Oct 2000 09:09:27 +0000 (09:09 +0000)]
Correct call to _bfd_elf32_gc_record_vtable.

23 years ago2000-10-01 Ulf Carlsson <ulfc@engr.sgi.com>
Ulf Carlsson [Mon, 2 Oct 2000 06:04:16 +0000 (06:04 +0000)]
2000-10-01  Ulf Carlsson  <ulfc@engr.sgi.com>

From  Ralf Baechle  <ralf@gnu.org>

* elf32-mips.c (_bfd_mips_elf_finish_dynamic_sections): Mark gld
produces binaries with got[1] = 0x80000001 to differenciate them
for the dynamic linker from the broken binaries produced by old
versions.

23 years agoProtoization.
Kevin Buettner [Mon, 2 Oct 2000 00:49:55 +0000 (00:49 +0000)]
Protoization.

23 years ago* ltconfig, ltmain.sh, libtool.m4: Updated from libtool
Alexandre Oliva [Sat, 30 Sep 2000 06:07:00 +0000 (06:07 +0000)]
* ltconfig, ltmain.sh, libtool.m4: Updated from libtool
multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
all affected `configure' scripts.

23 years agoMake definitions of supply_gregset, fill_gregset, supply_fpregset,
Kevin Buettner [Sat, 30 Sep 2000 05:41:39 +0000 (05:41 +0000)]
Make definitions of supply_gregset, fill_gregset, supply_fpregset,
and fill_fpregset match declarations in gregset.h.

23 years agoProtoization.
Kevin Buettner [Sat, 30 Sep 2000 02:39:10 +0000 (02:39 +0000)]
Protoization.

23 years agoSupport for Unixware 7.1.x pxstatus_t and lwpxstatus_t.
Alan Modra [Sat, 30 Sep 2000 00:44:49 +0000 (00:44 +0000)]
Support for Unixware 7.1.x pxstatus_t and lwpxstatus_t.

23 years agoCorrect date of checkin
Hans-Peter Nilsson [Fri, 29 Sep 2000 18:23:26 +0000 (18:23 +0000)]
Correct date of checkin

23 years ago Changes to add dollar prefix to registers for files where user symbols
Hans-Peter Nilsson [Fri, 29 Sep 2000 18:17:25 +0000 (18:17 +0000)]
Changes to add dollar prefix to registers for files where user symbols
don't have a leading underscore.  Fix formatting.
* cris-dis.c (REGISTER_PREFIX_CHAR): New.
(format_reg): Add parameter with_reg_prefix.  All callers changed.
(print_with_operands): Ditto.
(print_insn_cris_generic): Renamed from print_insn_cris, add
parameter with_reg_prefix.
(print_insn_cris_with_register_prefix,
print_insn_cris_without_register_prefix, cris_get_disassembler):
New.
* disassemble.c (disassembler) [ARCH_cris]: Call cris_get_disassembler.

23 years ago * dis-asm.h: Declare cris_get_disassembler, not print_insn_cris.
Hans-Peter Nilsson [Fri, 29 Sep 2000 18:07:47 +0000 (18:07 +0000)]
* dis-asm.h: Declare cris_get_disassembler, not print_insn_cris.
Fix typo in comment.

23 years ago Define two bfd_targets for absence and presence of leading
Hans-Peter Nilsson [Fri, 29 Sep 2000 17:05:22 +0000 (17:05 +0000)]
Define two bfd_targets for absence and presence of leading
underscore on symbols.  Make sure to only link same kind.
* elf32-cris.c (cris_elf_object_p,
cris_elf_final_write_processing, cris_elf_print_private_bfd_data,
cris_elf_merge_private_bfd_data): New.
(elf_backend_object_p, elf_backend_final_write_processing,
bfd_elf32_bfd_print_private_bfd_data,
bfd_elf32_bfd_merge_private_bfd_data): Define.
<Target vector definition>: Include elf32-target.h twice with
different macro settings:
(TARGET_LITTLE_SYM): First as bfd_elf32_cris_vec, then as
bfd_elf32_us_cris_vec.
(TARGET_LITTLE_NAME): First as "elf32-cris", then "elf32-us-cris".
(elf_symbol_leading_char): First as 0, then '_'.
(INCLUDED_TARGET_FILE): Define for second include of elf32-target.h.
* config.bfd (cris-*-*): Add bfd_elf32_us_cris_vec to targ_selvecs.
* configure.in (bfd_elf32_cris_vec, cris_aout_vec): New vector.
* configure: Regenerate.
* targets.c: Declare bfd_elf32_us_cris_vec.
* po/bfd.pot: Regenerate.

23 years ago * cris.h (EF_CRIS_UNDERSCORE): New.
Hans-Peter Nilsson [Fri, 29 Sep 2000 16:52:42 +0000 (16:52 +0000)]
* cris.h (EF_CRIS_UNDERSCORE): New.

23 years ago(arm_add_to_rel): Fix R_ARM_THM_PC22 relocations.
Alan Modra [Fri, 29 Sep 2000 13:51:49 +0000 (13:51 +0000)]
(arm_add_to_rel): Fix R_ARM_THM_PC22 relocations.

23 years ago* elflink.h (elf_link_add_object_symbols): Don't bfd_release runpath.
Alan Modra [Fri, 29 Sep 2000 13:15:03 +0000 (13:15 +0000)]
* elflink.h (elf_link_add_object_symbols): Don't bfd_release runpath.

23 years agoThat'll teach me not to type little patches in by hand. Get
Alan Modra [Fri, 29 Sep 2000 07:14:05 +0000 (07:14 +0000)]
That'll teach me not to type little patches in by hand.  Get
the parentheses right.

23 years ago(elf_fake_sections): Do not mark the section SHT_NOBITS if
Alan Modra [Fri, 29 Sep 2000 07:01:18 +0000 (07:01 +0000)]
(elf_fake_sections): Do not mark the section SHT_NOBITS if
is has the SEC_HAS_CONTENTS flag set.

23 years ago * aout-cris.c (N_TXTADDR): Define.
Hans-Peter Nilsson [Thu, 28 Sep 2000 21:58:16 +0000 (21:58 +0000)]
* aout-cris.c (N_TXTADDR): Define.

23 years ago* som.c: Include alloca-conf.h
Alan Modra [Thu, 28 Sep 2000 08:08:16 +0000 (08:08 +0000)]
* som.c: Include alloca-conf.h

23 years agoAdd alloca-conf.h from libiberty.
Alan Modra [Thu, 28 Sep 2000 08:00:54 +0000 (08:00 +0000)]
Add alloca-conf.h from libiberty.

23 years ago * sol-thread.c (ps_pdmodel): Return PR_MODEL_UNKNOWN instead of
Peter Schauer [Thu, 28 Sep 2000 07:53:41 +0000 (07:53 +0000)]
* sol-thread.c (ps_pdmodel):  Return PR_MODEL_UNKNOWN instead of
PS_ERR if exec_bfd is not yet open.

23 years ago * target.c (target_signal_from_host, do_target_signal_to_host):
Peter Schauer [Thu, 28 Sep 2000 07:48:14 +0000 (07:48 +0000)]
* target.c (target_signal_from_host, do_target_signal_to_host):
Add support for Solaris realtime signals.

23 years agoProtoization.
Kevin Buettner [Wed, 27 Sep 2000 17:43:07 +0000 (17:43 +0000)]
Protoization.

23 years ago.plt stub for lazy linking, --stub-group-size=N ld switch,
Alan Modra [Wed, 27 Sep 2000 17:30:17 +0000 (17:30 +0000)]
.plt stub for lazy linking, --stub-group-size=N ld switch,
import stub fix, extra DIR14F reloc to fix abort in tc_gen_reloc

23 years ago * elfcode.h (elf_object_p): Preserve and clear abfd section
Hans-Peter Nilsson [Wed, 27 Sep 2000 07:52:24 +0000 (07:52 +0000)]
* elfcode.h (elf_object_p): Preserve and clear abfd section
  information.  Restore at error.

23 years ago* peigen.c (_bfd_pei_swap_aouthdr_in): If some DataDirectory
DJ Delorie [Tue, 26 Sep 2000 20:42:29 +0000 (20:42 +0000)]
* peigen.c (_bfd_pei_swap_aouthdr_in): If some DataDirectory
is empty, make sure that its rva also 0. NT loader dislikes
having otherwise.

23 years ago2000-09-26 Dave Brolley <brolley@redhat.com>
Dave Brolley [Tue, 26 Sep 2000 17:23:58 +0000 (17:23 +0000)]
2000-09-26  Dave Brolley  <brolley@redhat.com>

* cgen-utils.c (RORQI): New function.
(ROLQI): New function.
(RORHI): New function.
(ROLHI): New function.

23 years ago * gdb.texinfo (Hooks): Document the new post-hook functionality.
Eli Zaretskii [Tue, 26 Sep 2000 15:53:59 +0000 (15:53 +0000)]
* gdb.texinfo (Hooks): Document the new post-hook functionality.
From Steven Johnson <sbjohnson@ozemail.com.au>.

23 years agoProtoization.
Kevin Buettner [Tue, 26 Sep 2000 04:27:59 +0000 (04:27 +0000)]
Protoization.

23 years agoMake weak symbols SS_UNIVERSAL (ie. global)
Alan Modra [Tue, 26 Sep 2000 01:45:26 +0000 (01:45 +0000)]
Make weak symbols SS_UNIVERSAL (ie. global)

23 years ago* md5.c: #include "ansidecl.h".
DJ Delorie [Tue, 26 Sep 2000 01:39:17 +0000 (01:39 +0000)]
* md5.c: #include "ansidecl.h".

23 years ago* Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
Alexandre Oliva [Mon, 25 Sep 2000 20:26:51 +0000 (20:26 +0000)]
* Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
ltcf-c.sh.

23 years agoAdd Mark Kettenis to blanket write privs list.
Andrew Cagney [Mon, 25 Sep 2000 19:45:45 +0000 (19:45 +0000)]
Add Mark Kettenis to blanket write privs list.

23 years ago * rs6000-tdep.c (rs6000_pop_frame): Use PC_IN_CALL_DUMMY to test
Peter Schauer [Sun, 24 Sep 2000 09:58:16 +0000 (09:58 +0000)]
* rs6000-tdep.c (rs6000_pop_frame):  Use PC_IN_CALL_DUMMY to test
for call dummy instead of accessing stop_stack_dummy, which does
not work if we `return' from a stop in a call dummy.
(rs6000_gdbarch_init):  Use generic_save_dummy_frame_tos for
dummy_frame_tos function to make PC_IN_CALL_DUMMY work.

23 years agoProtoization.
Kevin Buettner [Sun, 24 Sep 2000 04:42:12 +0000 (04:42 +0000)]
Protoization.

23 years agoAdd missing fpcmp instructions, and add missing fcmp/fpcmp tests.
Jim Wilson [Fri, 22 Sep 2000 22:34:41 +0000 (22:34 +0000)]
Add missing fpcmp instructions, and add missing fcmp/fpcmp tests.
* gas/ia64/opc-f.pl: Add missing fcmp and fpcmp tests.
* gas/ia64/opc-f.s, gas/ia64/opc-f.d: Regenerate.
* ia64-opc-f.c (ia64_opcodes_f): Add fpcmp pseudo-ops for
gt, ge, ngt, and nge.
* ia64-asmtab.c: Regenerate.

23 years agoFix ia64 gas testsuite. Update ia64 DV tables. Fix ia64 gas testsuite again.
Jim Wilson [Fri, 22 Sep 2000 19:43:50 +0000 (19:43 +0000)]
Fix ia64 gas testsuite.  Update ia64 DV tables.  Fix ia64 gas testsuite again.
gas/ChangeLog
* config/tc-ia64.c (dv_sem): Add "stop".
(specify_resource, case IA64_RS_PR): Only handles regs 1 to 15 now.
(specify_resource, case IA64_RS_PRr): New for regs 16 to 62.
(specify_resource, case IA64_RS_PR63): Reorder (note == 7) test to
match above.
(mark_resources): Check IA64_RS_PRr.
gas/testsuite/ChangeLog
* gas/ia64/dv-raw-err.s: Add new testcases for PR%, 16 - 62.
* gas/ia64/dv-waw-err.s: Likewise.
* gas/ia64/dv-imply.d: Regenerate.
* gas/ia64/dv-mutex.d, gas/ia64/dv-raw-err.l, gas/ia64/dv-safe.d,
gas/ia64/dv-srlz.d, gas/ia64/dv-war-err.l, gas/ia64/dv-waw-err.l,
gas/ia64/opc-f.d, gas/ia64/opc-i.d, gas/ia64/opc-m.d: Likewise.
include/opcode/ChangeLog
* ia64.h (enum ia64_dependency_semantics): Add IA64_DVS_STOP.
opcodes/ChangeLog
* ia64-dis.c (print_insn_ia64): Revert Aug 7 byte skip count change.
* ia64-gen.c (parse_semantics): Handle IA64_DVS_STOP.
(lookup_specifier): Handle "PR%, 1 to 15" and "PR%, 16 to 62".
* ia64-ic.tbl, ia64-raw.tbl, ia64-war.tbl, ia64-waw.tbl: Update.
* ia64-asmtab.c: Regnerate.

23 years ago * Makefile.in (REQUIRED_OFILES): Add md5.o.
Jason Merrill [Fri, 22 Sep 2000 18:31:23 +0000 (18:31 +0000)]
    * Makefile.in (REQUIRED_OFILES): Add md5.o.
        (CFILES): Add md5.c.
        * md5.c: New file.

23 years ago * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
Peter Schauer [Fri, 22 Sep 2000 17:45:47 +0000 (17:45 +0000)]
* i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
OLD_CANNOT_FETCH_REGISTER):  New definitions for accessible registers
when accessing the registers via the U area.
(fetch_register, store_register):  Use them.
(cannot_fetch_register, cannot_store_register):  New functions,
all registers should be accessible if we have GETREGS support.
* config/i386/nm-linux.h:  Use cannot_fetch/store_register for
CANNOT_FETCH/STORE_REGISTER definitions.

23 years ago * infttrace.c (update_thread_state_after_attach): Pass address
Fred Fish [Thu, 21 Sep 2000 16:17:49 +0000 (16:17 +0000)]
* infttrace.c (update_thread_state_after_attach): Pass address
of ttstate_t object, not the object itself.

23 years agoCorrect comments. Don't check non-code output sections for stub
Alan Modra [Thu, 21 Sep 2000 13:40:00 +0000 (13:40 +0000)]
Correct comments.  Don't check non-code output sections for stub
grouping.  (In the process, partly revert and fix bugs introduced
with the last change.  Oops.)

23 years agoFix a segfault caused by under-allocating an array.
Alan Modra [Thu, 21 Sep 2000 10:13:18 +0000 (10:13 +0000)]
Fix a segfault caused by under-allocating an array.

23 years agoHandle out of memory situations.
Alan Modra [Wed, 20 Sep 2000 04:20:26 +0000 (04:20 +0000)]
Handle out of memory situations.

23 years agoChange the PLT entry 0 instruction sequence to actually work.
Nick Clifton [Tue, 19 Sep 2000 23:21:36 +0000 (23:21 +0000)]
Change the PLT entry 0 instruction sequence to actually work.

23 years ago2000-09-18 Fernando Nasser <fnasser@cygnus.com>
Fernando Nasser [Mon, 18 Sep 2000 17:56:37 +0000 (17:56 +0000)]
2000-09-18  Fernando Nasser  <fnasser@cygnus.com>

* watch.tcl (build_win): Use code when setting callback.

23 years ago* elf32-sh.c (sh_elf_relocate_section): Use
Alexandre Oliva [Mon, 18 Sep 2000 16:19:15 +0000 (16:19 +0000)]
* elf32-sh.c (sh_elf_relocate_section): Use
_bfd_final_link_relocate to apply the relocation against a section
symbol, when doing relocatable links.

23 years ago* lin-lwp.c (stop_wait_callback): Remove bogus assertions in the
Mark Kettenis [Mon, 18 Sep 2000 13:09:12 +0000 (13:09 +0000)]
* lin-lwp.c (stop_wait_callback): Remove bogus assertions in the
code that deals with exiting/signalled threads.  Replace with
code similar to what's done in lin_lwp_wait.

23 years agoGroup stub sections.
Alan Modra [Mon, 18 Sep 2000 12:22:42 +0000 (12:22 +0000)]
Group stub sections.

23 years agoEnable Mark Kettenis' linux thread support for Linux/PPC.
Kevin Buettner [Mon, 18 Sep 2000 01:08:24 +0000 (01:08 +0000)]
Enable Mark Kettenis' linux thread support for Linux/PPC.

23 years agoProtoization.
Kevin Buettner [Mon, 18 Sep 2000 00:34:51 +0000 (00:34 +0000)]
Protoization.

23 years ago* elf32-sh.c (ELF_MAXPAGESIZE): Define to 128, to match
Alexandre Oliva [Sat, 16 Sep 2000 23:09:35 +0000 (23:09 +0000)]
* elf32-sh.c (ELF_MAXPAGESIZE): Define to 128, to match
ld/emulparams/shelf.sh.

23 years ago2000-09-15 Fernando Nasser <fnasser@totem.to.cygnus.com>
Fernando Nasser [Sat, 16 Sep 2000 00:50:25 +0000 (00:50 +0000)]
2000-09-15  Fernando Nasser  <fnasser@totem.to.cygnus.com>

* gdbtk-varobj.c (variable_value): Send back the error text issued
by gdb so it can be displayed in a pop-up box.

23 years ago2000-09-15 Fernando Nasser <fnasser@totem.to.cygnus.com>
Fernando Nasser [Sat, 16 Sep 2000 00:49:37 +0000 (00:49 +0000)]
2000-09-15  Fernando Nasser  <fnasser@totem.to.cygnus.com>

* varobj.c (varobj_set_value): Call wrapped version of
parse_exp_1() to avoid longjumps.

23 years agoReplace StrongARM property with v4 and v5 properties.
Nick Clifton [Fri, 15 Sep 2000 23:55:50 +0000 (23:55 +0000)]
Replace StrongARM property with v4 and v5 properties.

23 years ago2000-09-15 Fernando Nasser <fnasser@cygnus.com>
Fernando Nasser [Fri, 15 Sep 2000 20:40:15 +0000 (20:40 +0000)]
2000-09-15  Fernando Nasser  <fnasser@cygnus.com>

* ser-unix.c (do_unix_readchar): Prevent infinite read wait to be
interrupted after 32K seconds.

23 years agoadd support for embedded relocs in m68k ELF port
Nick Clifton [Fri, 15 Sep 2000 18:52:13 +0000 (18:52 +0000)]
add support for embedded relocs in m68k ELF port

23 years agold performs LITUSE relocations incorrectly if -relax is specified on the ld
Nick Clifton [Fri, 15 Sep 2000 18:07:28 +0000 (18:07 +0000)]
ld performs LITUSE relocations incorrectly if -relax is specified on the ld
command line and the displacement field of the load or store instruction is
non-zero.

23 years ago* splay-tree.c: #include <stdio.h>.
DJ Delorie [Fri, 15 Sep 2000 15:16:11 +0000 (15:16 +0000)]
* splay-tree.c: #include <stdio.h>.

23 years agoFind the first .init and .fini sections correctly.
Alan Modra [Fri, 15 Sep 2000 10:24:50 +0000 (10:24 +0000)]
Find the first .init and .fini sections correctly.
Clobber millicode syms via a hash traversal here.  elf_adjust_dynamic_symbol
really ought to let us look at all dynamic symbols, but it doesn't.

23 years agoProtoization.
Kevin Buettner [Fri, 15 Sep 2000 07:08:11 +0000 (07:08 +0000)]
Protoization.

23 years agoLots of bug fixes. .plt entries for DT_INIT, DT_FINI, and any
Alan Modra [Thu, 14 Sep 2000 12:55:45 +0000 (12:55 +0000)]
Lots of bug fixes.  .plt entries for DT_INIT, DT_FINI, and any
local function that has a plabel.  Size the stub reloc sections
as we size the stubs.

23 years ago* elf32-sh.c (sh_elf_howto_table): Moved R_SH_GOT32, R_SH_PLT32,
Alexandre Oliva [Thu, 14 Sep 2000 04:59:14 +0000 (04:59 +0000)]
* elf32-sh.c (sh_elf_howto_table): Moved R_SH_GOT32, R_SH_PLT32,
R_SH_COPY, R_SH_GLOB_DAT, R_SH_JMP_SLOT, R_SH_RELATIVE,
R_SH_GOTOFF, R_SH_GOTPC) to the range from 160 to 167.  Replaced
the original entries with EMPTY_HOWTOs, and added new ones to fill
in the gap.
(sh_elf_info_to_howto): Make sure the new gap isn't used.
(sh_elf_relocate_section): Likewise.

23 years ago* sh.h (R_SH_GOT32, R_SH_PLT32, R_SH_COPY, R_SH_GLOB_DAT,
Alexandre Oliva [Thu, 14 Sep 2000 04:56:55 +0000 (04:56 +0000)]
* sh.h (R_SH_GOT32, R_SH_PLT32, R_SH_COPY, R_SH_GLOB_DAT,
R_SH_JMP_SLOT, R_SH_RELATIVE, R_SH_GOTOFF, R_SH_GOTPC): Change
numbers to the range from 160 to 167.
(R_SH_FIRST_INVALID_RELOC): Adjust.
(R_SH_FIRST_INVALID_RELOC_2, R_SH_LAST_INVALID_RELOC_2):
New relocs to fill in the gap.

23 years agoAdd support for the MIPS32
Nick Clifton [Thu, 14 Sep 2000 01:47:38 +0000 (01:47 +0000)]
Add support for the MIPS32

23 years ago * som.c (som_write_symbol_strings): Do not used fixed buffers,
Jeff Law [Thu, 14 Sep 2000 01:33:46 +0000 (01:33 +0000)]
    * som.c (som_write_symbol_strings): Do not used fixed buffers,
        use size_t as a counter.
        (som_write_space_strings): Similarly.

23 years ago * testsuite/demangle-expected: Add two tests for anonymous
Hans-Peter Nilsson [Wed, 13 Sep 2000 22:59:40 +0000 (22:59 +0000)]
* testsuite/demangle-expected: Add two tests for anonymous
namespaces.
* cplus-dem.c (gnu_special): Handle anonymous namespaces.

23 years agoProtoization.
Kevin Buettner [Wed, 13 Sep 2000 01:55:17 +0000 (01:55 +0000)]
Protoization.

23 years agoIn objfile_relocate(), don't assume that offsets associated with one
Kevin Buettner [Wed, 13 Sep 2000 01:47:16 +0000 (01:47 +0000)]
In objfile_relocate(), don't assume that offsets associated with one
of SECT_OFF_TEXT, SECT_OFF_DATA, or SECT_OFF_BSS will be adequate for
relocating all of the sections in an objfile.

23 years ago2000-09-12 Fernando Nasser <fnasser@cygnus.com>
Fernando Nasser [Tue, 12 Sep 2000 20:07:54 +0000 (20:07 +0000)]
2000-09-12  Fernando Nasser  <fnasser@cygnus.com>

* remote-rdi.c (arm_rdi_open): Fix typo in error message.

23 years ago2000-08-10 Fernando Nasser <fnasser@cygnus.com>
Fernando Nasser [Tue, 12 Sep 2000 20:04:11 +0000 (20:04 +0000)]
2000-08-10  Fernando Nasser  <fnasser@cygnus.com>

* targetselection.itb (change_baud): Fix typo (ETH, not ETX).

23 years agoMissing Makefile.in for 68hc11 simulator
Stephane Carrez [Tue, 12 Sep 2000 18:55:37 +0000 (18:55 +0000)]
Missing Makefile.in for 68hc11 simulator

23 years ago2000-09-12 Philip Blundell <philb@gnu.org>
Phil Blundell [Tue, 12 Sep 2000 18:09:36 +0000 (18:09 +0000)]
2000-09-12  Philip Blundell  <philb@gnu.org>

* config.sub, config.guess: Update from subversions.

23 years agoReplace hardwired timeouts in remote-mips.c with ``remote_timeout''
Andrew Cagney [Tue, 12 Sep 2000 17:20:09 +0000 (17:20 +0000)]
Replace hardwired timeouts in remote-mips.c with ``remote_timeout''
variable.

23 years ago2000-09-12 Jason Eckhardt <jle@cygnus.com>
Jason Eckhardt [Tue, 12 Sep 2000 14:34:59 +0000 (14:34 +0000)]
2000-09-12  Jason Eckhardt  <jle@cygnus.com>

* elf32-i860.c (elf32_i860_relocate_pc26): New function
and prototype.
(elf32_i860_relocate_section): Invoke new function from here.

23 years ago* MAINTAINERS: Added myself.
Alexandre Oliva [Tue, 12 Sep 2000 04:58:22 +0000 (04:58 +0000)]
* MAINTAINERS: Added myself.

23 years ago* acinclude.m4 (CY_GNU_GETTEXT): Add dummy definition, so that the
Alexandre Oliva [Tue, 12 Sep 2000 04:23:30 +0000 (04:23 +0000)]
* acinclude.m4 (CY_GNU_GETTEXT): Add dummy definition, so that the
one brought in by ../bfd/acinclude.m4 prevails.
* aclocal.m4, configure: Rebuilt.

23 years agoFix HAVE_STRUCT_LINK_MAP32 configure test.
Kevin Buettner [Mon, 11 Sep 2000 17:57:07 +0000 (17:57 +0000)]
Fix HAVE_STRUCT_LINK_MAP32 configure test.

23 years ago2000-09-11 Catherine Moore <clm@redhat.com>
Catherine Moore [Mon, 11 Sep 2000 17:54:33 +0000 (17:54 +0000)]
2000-09-11  Catherine Moore <clm@redhat.com>

      * d30v-opc.c (d30v_operand_t): New operand type Rb2.
      (d30v_format_tab): Use Rb2 for modinc and moddec.

23 years agoMake debug_sec_names static.
Nick Clifton [Mon, 11 Sep 2000 17:01:47 +0000 (17:01 +0000)]
Make debug_sec_names static.

23 years agoProtoization.
Kevin Buettner [Mon, 11 Sep 2000 07:36:07 +0000 (07:36 +0000)]
Protoization.

23 years ago * testsuite/demangle-expected: Add four tests for type_info
Hans-Peter Nilsson [Sun, 10 Sep 2000 19:43:30 +0000 (19:43 +0000)]
* testsuite/demangle-expected: Add four tests for type_info
mangling.

* cplus-dem.c (gnu_special): Use do_type, not demangle_fund_type,
for a non-template non-qualified type_info function or node.

23 years agoEmit 8 NULs for target section name instead of dumping core when the target
Nick Clifton [Sun, 10 Sep 2000 19:17:08 +0000 (19:17 +0000)]
Emit 8 NULs for target section name instead of dumping core when the target
 symbol is undefined.

23 years agoRemove soft reg hack in the 68hc11 simulator
Stephane Carrez [Sun, 10 Sep 2000 14:05:29 +0000 (14:05 +0000)]
Remove soft reg hack in the 68hc11 simulator

23 years agoFix clearing of interrupts in 68hc11 simulator
Stephane Carrez [Sun, 10 Sep 2000 12:58:53 +0000 (12:58 +0000)]
Fix clearing of interrupts in 68hc11 simulator

23 years ago * sim-main.h: Define cycle_to_string.
Stephane Carrez [Sat, 9 Sep 2000 21:00:39 +0000 (21:00 +0000)]
* sim-main.h: Define cycle_to_string.
* dv-m68hc11tim.c (cycle_to_string): New function to translate
the cpu cycle into some formatted time string.
(m68hc11tim_print_timer): Use it.
* dv-m68hc11sio.c (m68hc11sio_info): Use cycle_to_string.
* dv-m68hc11spi.c (m68hc11spi_info): Likewise.
* interrupts.c (interrupts_info): Likewise.
* m68hc11_sim.c (cpu_info): Likewise.

23 years ago2000-09-09 Kazu Hirata <kazu@hxi.com>
Kazu Hirata [Sat, 9 Sep 2000 20:17:47 +0000 (20:17 +0000)]
2000-09-09  Kazu Hirata  <kazu@hxi.com>

* riscix.c: Remove DEFUN.

23 years ago* lin-lwp.c (normal_mask, blocked_mask): New variables.
Mark Kettenis [Sat, 9 Sep 2000 07:54:20 +0000 (07:54 +0000)]
* lin-lwp.c (normal_mask, blocked_mask): New variables.
(lin_lwp_wait): Block SIGCHLD here if it isn't already blocked.
(lin_lwp_mourn_inferior): Restore the origional signal mask, and
reset the mask of blocked signals.
(_initialize_lin_lwp): Don't block SIGCHLD here, but do initialize
suspend_mask and blocked_mask.  This makes us pass
gdb.base/sigall.exp for Linux/x86 now.
(lin_thread_get_thread_signals): Treat the LinuxThreads "cancel"
signal similarly to SIGCHLD in the generic code.  Avoids GDB being
terminated by a Real-time signal.

23 years agoProtoization.
Kevin Buettner [Sat, 9 Sep 2000 01:38:49 +0000 (01:38 +0000)]
Protoization.

23 years agoDo not initialise flags in output bfd if the input bfd is the default
Nick Clifton [Sat, 9 Sep 2000 00:40:08 +0000 (00:40 +0000)]
Do not initialise flags in output bfd if the input bfd is the default
architecture with the default flags.

23 years ago2000-09-08 Kazu Hirata <kazu@hxi.com>
Kazu Hirata [Fri, 8 Sep 2000 23:46:41 +0000 (23:46 +0000)]
2000-09-08  Kazu Hirata  <kazu@hxi.com>

* archive.c: Fix formatting.
* coff-arm.c: Likewise.
* doc/chew.c: Likewise.

23 years ago(bfd_get_unique_section_name): Put a dot before the numeric suffix.
Alan Modra [Fri, 8 Sep 2000 02:11:34 +0000 (02:11 +0000)]
(bfd_get_unique_section_name): Put a dot before the numeric suffix.

23 years ago* dyn-string.h: Adjust formatting.
Christopher Faylor [Fri, 8 Sep 2000 01:04:58 +0000 (01:04 +0000)]
* dyn-string.h: Adjust formatting.
(dyn_string_insert_char): New macro.  New declaration.

23 years ago* md5.h (md5_uint32): Choose via INT_MAX instead of UINT_MAX.
Christopher Faylor [Fri, 8 Sep 2000 01:03:08 +0000 (01:03 +0000)]
* md5.h (md5_uint32): Choose via INT_MAX instead of UINT_MAX.
* md5.h: New file.

23 years ago2000-09-07 Kazu Hirata <kazu@hxi.com>
Kazu Hirata [Thu, 7 Sep 2000 20:22:50 +0000 (20:22 +0000)]
2000-09-07  Kazu Hirata  <kazu@hxi.com>

* doc/chew.c: Remove all uses of DEFUN and DEFUN_VOID.

23 years ago2000-09-07 Kazu Hirata <kazu@hxi.com>
Kazu Hirata [Thu, 7 Sep 2000 20:20:05 +0000 (20:20 +0000)]
2000-09-07  Kazu Hirata  <kazu@hxi.com>

* elf.c: Fix formatting.