OSDN Git Service

pf3gnuchains/pf3gnuchains3x.git
23 years ago.plt stub for lazy linking, --stub-group-size=N ld switch,
amodra [Wed, 27 Sep 2000 17:30:16 +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 agoExternal/weak SOM fixes, branch limit corrections.
amodra [Wed, 27 Sep 2000 16:50:38 +0000 (16:50 +0000)]
External/weak SOM fixes, branch limit corrections.

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

23 years ago* spawn.cc (spawn_guts): Attempt to accomodate archaic windows quoting
cgf [Wed, 27 Sep 2000 05:12:09 +0000 (05:12 +0000)]
* spawn.cc (spawn_guts): Attempt to accomodate archaic windows quoting
mechanism when dealing with '\' and '"'.

23 years ago* peigen.c (_bfd_pei_swap_aouthdr_in): If some DataDirectory
dj [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>
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.
eliz [Tue, 26 Sep 2000 15:53:58 +0000 (15:53 +0000)]
* gdb.texinfo (Hooks): Document the new post-hook functionality.
From Steven Johnson <sbjohnson@ozemail.com.au>.

23 years agoNew entry "Why doesn't man work?"
davidsb [Tue, 26 Sep 2000 14:55:51 +0000 (14:55 +0000)]
New entry "Why doesn't man work?"
(need ash)

23 years agoRemove entry "How do I set /etc up?"
davidsb [Tue, 26 Sep 2000 14:46:56 +0000 (14:46 +0000)]
Remove entry "How do I set /etc up?"
(never been updated to latest, no longer helpful)

23 years ago2000-09-25 Kazu Hirata <kazu@hxi.com>
kazu [Tue, 26 Sep 2000 07:09:18 +0000 (07:09 +0000)]
2000-09-25  Kazu Hirata  <kazu@hxi.com>

* config/tc-cris.c: Fix formatting.
* config/tc-d10v.h: Likewise.
* config/tc-d30v.c: Likewise.
* config/tc-d30v.h: Likewise.
* config/tc-fr30.c: Likewise.
* config/tc-fr30.h: Likewise.
* config/tc-m68k.c: Likewise.
* config/tc-m68k.h: Likewise.
* config/tc-pj.h: Likewise.
* config/tc-ppc.c: Likewise.
* config/tc-ppc.h: Likewise.
* config/tc-sh.c: Likewise.
* config/tc-sh.h: Likewise.
* config/tc-sparc.c: Likewise.
* config/tc-v850.h: Likewise.
* config/tc-vax.h: Likewise.
* config/tc-w65.h: Likewise.
* config/tc-z8k.h: Likewise.

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

23 years agoMake weak symbols SS_UNIVERSAL (ie. global)
amodra [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 [Tue, 26 Sep 2000 01:39:17 +0000 (01:39 +0000)]
* md5.c: #include "ansidecl.h".

23 years ago* dcrt0.cc (quoted): Fix problem where ' quoted strings were skipped.
cgf [Tue, 26 Sep 2000 00:52:21 +0000 (00:52 +0000)]
* dcrt0.cc (quoted): Fix problem where ' quoted strings were skipped.
* fhandler.h (fhandler_socket::~fhandler_socket): Delete declaration.
* net.cc: Remove unnecessary "number_of_sockets" usage.
(fhandler_socket::fhandler_socket): Ditto.
(fhandler_socket::~fhandler_socket): Delete definition.
* spawn.cc (spawn_guts): Force first argument passed to CreateProcess as a
command line to be windows style.

23 years ago* Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4 and
aoliva [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.
cagney [Mon, 25 Sep 2000 19:45:45 +0000 (19:45 +0000)]
Add Mark Kettenis to blanket write privs list.

23 years ago* spawn.cc (av::dup_maybe): Make function void rather than void *.
cgf [Mon, 25 Sep 2000 16:36:12 +0000 (16:36 +0000)]
* spawn.cc (av::dup_maybe): Make function void rather than void *.
* environ.cc (environ_init): Remember to reparse CYGWIN if envp is
supplied.
* heap.cc (_sbrk): Remember frame for signal handling.
* syscalls.cc (read_handler): Eliminate.
(_read): Move read_handler code here.  Reorganize for one path through
'ready_for_read'.

23 years ago * rs6000-tdep.c (rs6000_pop_frame): Use PC_IN_CALL_DUMMY to test
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.
kevinb [Sun, 24 Sep 2000 04:42:12 +0000 (04:42 +0000)]
Protoization.

23 years ago* config/tc-hppa.c (hppa_fix_adjustable): Do the external and weak
amodra [Sat, 23 Sep 2000 10:06:13 +0000 (10:06 +0000)]
* config/tc-hppa.c (hppa_fix_adjustable): Do the external and weak
checks only for ELF.
(hppa_force_relocation): Likewise.

23 years agoAdd missing fpcmp instructions, and add missing fcmp/fpcmp tests.
wilson [Fri, 22 Sep 2000 22:34:39 +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.
wilson [Fri, 22 Sep 2000 19:43:46 +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 [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,
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 * i386-linux-nat.c (OLD_CANNOT_FETCH_REGISTER,
schauer [Fri, 22 Sep 2000 17:44:16 +0000 (17:44 +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 agoRedesign and clean up the relaxation mechanism.
nickc [Fri, 22 Sep 2000 17:33:54 +0000 (17:33 +0000)]
Redesign and clean up the relaxation mechanism.

23 years agoConditionalise the embedded relocs feature on the m68*-*-elf target
nickc [Fri, 22 Sep 2000 00:41:49 +0000 (00:41 +0000)]
Conditionalise the embedded relocs feature on the m68*-*-elf target

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

* config/tc-ns32k.c: Fix formatting.
* config/tc-ns32k.h: Likewise.

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

* ldmain.c: Fix formatting.
* ldmisc.c: Likewise.
* ldver.c: Likewise.
* ldwrite.c: Likewise.

23 years ago* fixes to handle 64-bit ints properly
fche [Thu, 21 Sep 2000 20:16:23 +0000 (20:16 +0000)]
* fixes to handle 64-bit ints properly

2000-09-21  Frank Ch. Eigler  <fche@redhat.com>

* slib/logical.scm: New file from slib.  Provides robust bitwise
logical operations for large integers.
* read.scm: maybe-load it.

23 years ago * infttrace.c (update_thread_state_after_attach): Pass address
fnf [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 agoSilence gcc warning.
amodra [Thu, 21 Sep 2000 14:21:23 +0000 (14:21 +0000)]
Silence gcc warning.

23 years agoCorrect comments. Don't check non-code output sections for stub
amodra [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.
amodra [Thu, 21 Sep 2000 10:13:17 +0000 (10:13 +0000)]
Fix a segfault caused by under-allocating an array.

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

* config/tc-m32r.c: Fix formatting.
* config/tc-m32r.h: Likewise.
* config/tc-m68851.h: Likewise.
* config/tc-m68hc11.c: Likewise.
* config/tc-m68hc11.h: Likewise.
* config/tc-m88k.c: Likewise.
* config/tc-mips.c: Likewise.
* config/tc-mips.h: Likewise.
* config/tc-mn10200.h: Likewise.
* config/tc-mn10300.h: Likewise.

23 years ago2000-09-20 Kazu Hirata <kazu@hxi.com>
kazu [Wed, 20 Sep 2000 21:12:42 +0000 (21:12 +0000)]
2000-09-20  Kazu Hirata  <kazu@hxi.com>

* config/tc-mcore.c: Fix formatting.
* config/tc-mcore.h: Likewise.

23 years ago2000-09-20 Kazu Hirata <kazu@hxi.com>
kazu [Wed, 20 Sep 2000 13:14:46 +0000 (13:14 +0000)]
2000-09-20  Kazu Hirata  <kazu@hxi.com>

* config/tc-tahoe.c: Fix formatting.
* config/tc-tahoe.h: Likewise.

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

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

23 years agooops - fix date ion ChangeLog entry
nickc [Tue, 19 Sep 2000 23:10:29 +0000 (23:10 +0000)]
oops - fix date ion ChangeLog entry

23 years agoRemove jbssi and jbcci.
nickc [Tue, 19 Sep 2000 23:10:01 +0000 (23:10 +0000)]
Remove jbssi and jbcci.

23 years ago * libc/signal/signal.c (__sigtramp_r): ISO C requires
geoffk [Tue, 19 Sep 2000 19:39:45 +0000 (19:39 +0000)]
* libc/signal/signal.c (__sigtramp_r): ISO C requires
case labels to be integral constant expressions, so
use an if/else tree instead.
(_raise_r): Likewise.

23 years ago* spawn.cc (spawn_guts): Use actual program argument passed in for argv[0] as
cgf [Tue, 19 Sep 2000 13:48:51 +0000 (13:48 +0000)]
* spawn.cc (spawn_guts): Use actual program argument passed in for argv[0] as
originally suggested by Kazuhiro Fujieda <fujieda@jaist.ac.jp>.

23 years ago* path.h: Create new input path flag PATH_NEEDDIR.
cgf [Tue, 19 Sep 2000 03:22:44 +0000 (03:22 +0000)]
* path.h: Create new input path flag PATH_NEEDDIR.
* path.cc (path::check): Detect trailing slash before converting to windows
path.  Tell symlink_info::check to check for directory if one is found.
(symlink_info::check): Set errno when path is not a directory if pflags &
PATH_NEEDDIR.

23 years ago* cygpath.cc: Add new options: -s and -i.
cgf [Tue, 19 Sep 2000 01:26:45 +0000 (01:26 +0000)]
* cygpath.cc: Add new options: -s and -i.
* utils.sgml: Document the new options.

23 years ago* fhandler_tty.cc (fhandler_tty_slave::write): Correct typo which caused
cgf [Mon, 18 Sep 2000 23:46:10 +0000 (23:46 +0000)]
* fhandler_tty.cc (fhandler_tty_slave::write): Correct typo which caused
resetting of windows error to ERROR_IO_DEVICE to be ignored.

23 years ago2000-09-18 Fernando Nasser <fnasser@cygnus.com>
fnasser [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* path.cc (mount_info::read_mounts): Don't delete mount entries of which mount
cgf [Mon, 18 Sep 2000 16:42:28 +0000 (16:42 +0000)]
* path.cc (mount_info::read_mounts): Don't delete mount entries of which mount
points have the cygdrive prefix.
* (mount_info::add_reg_mount): Properly catch errors on registry operations.
* (mount_info::write_cygdrive_info_to_registry): Ditto.
* (mount_info::del_reg_mount): Cosmetic changes to be consistent with other
methods.
* (mount_info::add_item): Check arguments more precisely.  Increment nmounts
only when registry operations succeed.

23 years ago* elf32-sh.c (sh_elf_relocate_section): Use
aoliva [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
kettenis [Mon, 18 Sep 2000 13:09:11 +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 ago* config/tc-hppa.h (TC_FORCE_RELOCATION_SECTION): For ELF, allow
amodra [Mon, 18 Sep 2000 12:36:03 +0000 (12:36 +0000)]
* config/tc-hppa.h (TC_FORCE_RELOCATION_SECTION): For ELF, allow
subtraction of two syms without emitting a relocation.
* config/tc-hppa.c (hppa_force_relocation): Force relocations for
global or weak symbols.

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

23 years ago* exceptions.cc (interruptible): Return 0 if given an address in uncommitted
cgf [Mon, 18 Sep 2000 02:20:42 +0000 (02:20 +0000)]
* exceptions.cc (interruptible): Return 0 if given an address in uncommitted
memory.

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

23 years agoProtoization.
kevinb [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
aoliva [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 ago * signal.cc (sleep): If interrupted by signal, return the
duda [Sat, 16 Sep 2000 13:19:52 +0000 (13:19 +0000)]
* signal.cc (sleep): If interrupted by signal, return the
requested time minus the time actually slept.

23 years ago* exceptions.cc (handle_exceptions): Just "core dump" if SIGSEGV in signal
cgf [Sat, 16 Sep 2000 02:36:10 +0000 (02:36 +0000)]
* exceptions.cc (handle_exceptions): Just "core dump" if SIGSEGV in signal
thread.
* external.cc (fillout_pinfo): Fix compiler warning.
* sigproc.h: Eliminate special asm naming for sig_dispatch_pending.
* sigproc.cc (sig_send): Remove debugging statements.

23 years ago2000-09-15 Kazu Hirata <kazu@hxi.com>
kazu [Sat, 16 Sep 2000 00:56:47 +0000 (00:56 +0000)]
2000-09-15  Kazu Hirata  <kazu@hxi.com>

* config/tc-h8300.h: Fix formatting.
* config/tc-h8500.c: Likewise.
* config/tc-h8500.h: Likewise.
* config/tc-hppa.h: Likewise.
* config/tc-i370.h: Likewise.
* config/tc-i386.h: Likewise.
* config/tc-i860.c: Likewise.
* config/tc-i860.h: Likewise.
* config/tc-i960.h: Likewise.
* config/tc-ia64.c: Likewise.
* config/tc-ia64.h: Likewise.

23 years ago2000-09-15 Fernando Nasser <fnasser@totem.to.cygnus.com>
fnasser [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>
fnasser [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.
nickc [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>
fnasser [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
nickc [Fri, 15 Sep 2000 18:52:52 +0000 (18:52 +0000)]
add support for embedded relocs in m68k ELF port

23 years agoadd support for embedded relocs in m68k ELF port
nickc [Fri, 15 Sep 2000 18:52:11 +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
nickc [Fri, 15 Sep 2000 18:07:27 +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 [Fri, 15 Sep 2000 15:16:11 +0000 (15:16 +0000)]
* splay-tree.c: #include <stdio.h>.

23 years ago* consistency improvement for isa-filtering in *ifield parsers
fche [Fri, 15 Sep 2000 15:01:20 +0000 (15:01 +0000)]
* consistency improvement for isa-filtering in *ifield parsers

2000-09-15  Frank Ch. Eigler  <fche@redhat.com>

* enum.scm (define-full-insn-enum): Filter with keep-isa predicate.
* ifield.scm (-ifield-parse, -multi-ifield-parse): No longer assert
single-isa predicate, but support keep-isa filtering.

23 years ago(DATA_START_SYMBOLS): Provide $global$ only as needed.
amodra [Fri, 15 Sep 2000 10:42:26 +0000 (10:42 +0000)]
(DATA_START_SYMBOLS): Provide $global$ only as needed.

23 years agoFind the first .init and .fini sections correctly.
amodra [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.
kevinb [Fri, 15 Sep 2000 07:08:11 +0000 (07:08 +0000)]
Protoization.

23 years ago2000-09-14 Kazu Hirata <kazu@hxi.com>
kazu [Fri, 15 Sep 2000 01:06:52 +0000 (01:06 +0000)]
2000-09-14  Kazu Hirata  <kazu@hxi.com>

* config/tc-a29k.c: Fix formatting.
* config/tc-alpha.c: Likewise.
* config/tc-arc.c: Likewise.
* config/tc-arc.h: Likewise.
* config/tc-arm.c: Likewise.
* config/tc-arm.h: Likewise.
* config/tc-avr.c: Likewise.
* config/tc-avr.h: Likewise.
* config/tc-tic30.c: Likewise.
* config/tc-tic30.h: Likewise.
* config/tc-tic54x.c: Likewise.
* config/tc-tic54x.h: Likewise.
* config/tc-tic80.c: Likewise.
* config/tc-tic80.h: Likewise.

23 years agoEliminate false DVs on parallel compares.
twall [Thu, 14 Sep 2000 21:37:01 +0000 (21:37 +0000)]
Eliminate false DVs on parallel compares.

23 years agoUpdate entry "How can I find out which dlls are needed by an executable?"
davidsb [Thu, 14 Sep 2000 15:58:56 +0000 (15:58 +0000)]
Update entry "How can I find out which dlls are needed by an executable?"
including information about cygcheck.

23 years agoNew entry 'Why doesn't chmod work?'
davidsb [Thu, 14 Sep 2000 15:42:41 +0000 (15:42 +0000)]
New entry 'Why doesn't chmod work?'

23 years agoLots of bug fixes. .plt entries for DT_INIT, DT_FINI, and any
amodra [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 ago2000-09-13 Kazu Hirata <kazu@hxi.com>
kazu [Thu, 14 Sep 2000 11:48:25 +0000 (11:48 +0000)]
2000-09-13  Kazu Hirata  <kazu@hxi.com>

* config/obj-ecoff.c: Fix formatting.
* config/obj-elf.c: Likewise.
* config/obj-elf.h: Likewise.
* config/obj-evax.h: Likewise.
* config/obj-generic.h: Likewise.
* config/obj-hp300.c: Likewise.
* config/obj-hp300.h: Likewise.
* config/obj-ieee.h: Likewise.
* config/obj-vms.c: Likewise.
* config/obj-vms.h: Likewise.

23 years agoNew entry "My Windows logon name has a space in it, will this cause problems?"
davidsb [Thu, 14 Sep 2000 11:38:15 +0000 (11:38 +0000)]
New entry "My Windows logon name has a space in it, will this cause problems?"

23 years agoUpdate (& alphabetize) contents of 'latest'.
davidsb [Thu, 14 Sep 2000 11:21:04 +0000 (11:21 +0000)]
Update (& alphabetize) contents of 'latest'.
Other minor cosmetic.

23 years agominor cosmetic
davidsb [Thu, 14 Sep 2000 11:06:44 +0000 (11:06 +0000)]
minor cosmetic

23 years ago* elf32-sh.c (sh_elf_howto_table): Moved R_SH_GOT32, R_SH_PLT32,
aoliva [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,
aoliva [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
nickc [Thu, 14 Sep 2000 01:47:31 +0000 (01:47 +0000)]
Add support for the MIPS32

23 years agoDisable relaxation if multiple symbol definitions are encountered - otherwise
nickc [Thu, 14 Sep 2000 01:39:41 +0000 (01:39 +0000)]
Disable relaxation if multiple symbol definitions are encountered - otherwise
the linker could abort with an assertion failure.

23 years ago * som.c (som_write_symbol_strings): Do not used fixed buffers,
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
hp [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 agoCommit change mentioned in ChangeLog.
cgf [Wed, 13 Sep 2000 19:57:36 +0000 (19:57 +0000)]
Commit change mentioned in ChangeLog.

23 years ago* spawn.cc (av): Hide 'calloced' field and limit cstrduping to class methods
cgf [Wed, 13 Sep 2000 19:57:00 +0000 (19:57 +0000)]
* spawn.cc (av): Hide 'calloced' field and limit cstrduping to class methods
only.
(spawn_guts): Use methods for manipulating most newargv stuff.
* child_info.h (child_info_spawn::~child_info_spawn): Avoid memory leaks in
cygheap.
* spawn.cc (spawn_guts): Ditto.
* dcrt0.cc (quoted): Return next character after a quoted string when not doing
special quote processing.  Also ensure that non-NULL is returned in all circumstances.
* spawn.cc (spawn_guts): Ensure that argv[0] is correctly set to the full path
when a script is detected.  Suggested by Kazuhiro Fujieda
<fujieda@jaist.ac.jp>.

23 years ago2000-09-13 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Wed, 13 Sep 2000 16:15:41 +0000 (16:15 +0000)]
2000-09-13  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/machine/v850/setjmp.S: Fixed tab problems caused by
        clipping patch from e-mail reader.

23 years ago2000-09-13 Will Cohen <wcohen@redhat.com>
jjohnstn [Wed, 13 Sep 2000 16:10:50 +0000 (16:10 +0000)]
2000-09-13  Will Cohen  <wcohen@redhat.com>

        * libc/machine/v850/setjmp.S (_setjmp): Save r1 rather than r0.
        Added return value 0.
        (_longjmp): Allow longjmp to return value of second argument
        passed to it.

23 years agoNew entry "Can I link with both MSVCRT*.DLL and cygwin1.dll?"
davidsb [Wed, 13 Sep 2000 15:27:20 +0000 (15:27 +0000)]
New entry "Can I link with both MSVCRT*.DLL and cygwin1.dll?"

23 years agoContents split into how-*.texinfo. (Had gotten too big.)
davidsb [Wed, 13 Sep 2000 15:13:57 +0000 (15:13 +0000)]
Contents split into how-*.texinfo.  (Had gotten too big.)

23 years agoNew files, contents of how.texinfo has been split into these.
davidsb [Wed, 13 Sep 2000 15:13:17 +0000 (15:13 +0000)]
New files, contents of how.texinfo has been split into these.

23 years ago* kill.cc (main): Change behavior of -f so that it will force the killing of a
cgf [Wed, 13 Sep 2000 02:48:39 +0000 (02:48 +0000)]
* kill.cc (main): Change behavior of -f so that it will force the killing of a
cygwin process after waiting 2 tenths of a second for it to terminate.
(forcekill): Add an extra argument determining whether to wait for the process
to exit.

23 years ago* external.cc (fillout_pinfo): Handle explicit pids correctly.
cgf [Wed, 13 Sep 2000 02:35:05 +0000 (02:35 +0000)]
* external.cc (fillout_pinfo): Handle explicit pids correctly.

23 years agoProtoization.
kevinb [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
kevinb [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 Kazu Hirata <kazu@hxi.com>
kazu [Tue, 12 Sep 2000 21:49:08 +0000 (21:49 +0000)]
2000-09-12  Kazu Hirata  <kazu@hxi.com>

* config/obj-aout.c: Fix formatting.
* config/obj-aout.h: Likewise.
* config/obj-bout.c: Likewise.
* config/obj-bout.h: Likewise.
* config/obj-coff.c: Likewise.
* config/obj-coff.h: Likewise.

23 years ago2000-09-12 Kazu Hirata <kazu@hxi.com>
kazu [Tue, 12 Sep 2000 20:57:14 +0000 (20:57 +0000)]
2000-09-12  Kazu Hirata  <kazu@hxi.com>

* as.h: Fix formatting.
* asintl.h: Likewise.
* bit_fix.h: Likewise.
* dwarf2dbg.h: Likewise.
* expr.h: Likewise.
* flonum.h: Likewise.
* frags.h: Likewise.
* itbl-ops.h: Likewise.
* macro.h: Likewise.
* read.h: Likewise.
* sb.h: Likewise.
* struc-symbol.h: Likewise.
* subsegs.h: Likewise.
* symbols.h: Likewise.
* tc.h: Likewise.
* write.h: Likewise.

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

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