OSDN Git Service

pf3gnuchains/pf3gnuchains3x.git
22 years ago * cygwin.din: Add recvmsg and sendmsg.
corinna [Sat, 19 Jan 2002 16:11:00 +0000 (16:11 +0000)]
    * cygwin.din: Add recvmsg and sendmsg.
        * net.cc: Add cygwin_recvmsg and cygwin_sendmsg.
        * /usr/include/sys/socket.h: Add recvmsg and sendmsg.

22 years ago * security.cc (create_token): Close processes token handle as soon
corinna [Sat, 19 Jan 2002 16:06:11 +0000 (16:06 +0000)]
* security.cc (create_token): Close processes token handle as soon
as it's not used anymore.

22 years ago* tc-arm.c (do_xsc_mia, do_xsc_mar, do_xsc_mra): Renamed from
rearnsha [Sat, 19 Jan 2002 14:52:00 +0000 (14:52 +0000)]
* tc-arm.c (do_xsc_mia, do_xsc_mar, do_xsc_mra): Renamed from
do_mia, do_mar and do_mra respectively.
(do_mav_*): Renamed from do_c_*.
(mav_reg_required_here, mav_parse_offset): Renamed from
cirrus_reg_required_here and cirrus_parse_offset respectively.
(MAV_MODE?): Renamed from CIRRUS_MODE?.

22 years ago2002-01-18 Richard Earnshaw <rearnsha@arm.com>
rearnsha [Sat, 19 Jan 2002 14:25:43 +0000 (14:25 +0000)]
2002-01-18  Richard Earnshaw  <rearnsha@arm.com>
    Keith Walker  <keith.walker@arm.com>
* tc-arm.c (ARM_EXT_V5J, ARM_ARCH_V5TEJ): Define.
(insns): Add pattern for bxj instruction.
(do_bxj): New function.
(arm_cpus): Add arm926ej.
(arm_archs): Add armv5tej.

Testsuite:
2002-01-18  Richard Earnshaw  <rearnsha@arm.com>
    Keith Walker  <keith.walker@arm.com>
* gas/arm/arch5tej.s gas/arm/arch5tej.d: New files.
* gas/arm/arm.exp (arch5tej): New dump test.

22 years ago* i386gnu-nat.c: Include "i386-tdep.h".
kettenis [Sat, 19 Jan 2002 12:51:04 +0000 (12:51 +0000)]
* i386gnu-nat.c: Include "i386-tdep.h".
(fetch_fpregs): Simplify code dealing with uninitialized floating
point states such that it doesn't require FP7_REGNUM.

22 years ago* doc/c-arm.texi: Add new fpe options to list of supported flags.
rearnsha [Sat, 19 Jan 2002 12:48:30 +0000 (12:48 +0000)]
* doc/c-arm.texi: Add new fpe options to list of supported flags.

22 years ago2002-01-19 Keith Walker <keith.walker@arm.com>
rearnsha [Sat, 19 Jan 2002 12:44:33 +0000 (12:44 +0000)]
2002-01-19  Keith Walker  <keith.walker@arm.com>
* tc-arm.c (arm_fpus): Add fpe2 and fpe3.

22 years ago* arm-opc.h (arm_opcodes): Use generic rule %5?hb instead of %h.
rearnsha [Sat, 19 Jan 2002 12:27:23 +0000 (12:27 +0000)]
* arm-opc.h (arm_opcodes): Use generic rule %5?hb instead of %h.
* arm-dis.c (print_insn_arm): Don't handle 'h' case.

22 years ago* alpha-tdep.c (frame_extra_info): New.
thorpej [Sat, 19 Jan 2002 06:44:55 +0000 (06:44 +0000)]
* alpha-tdep.c (frame_extra_info): New.
(alpha_find_saved_regs): Make static.  Use
frame->extra_info.
(alpha_frame_init_saved_regs): New function.
(alpha_frame_saved_pc): Use frame->extra_info.
(temp_saved_regs): Don't declare as struct frame_saved_regs.
(heuristic_proc_desc): Adjust for temp_saved_regs changes.
(init_extra_frame_info): Rename to...
(alpha_init_extra_frame_info): ...this.  Use frame->extra_info.
(alpha_print_extra_frame_info): New function.
(alpha_frame_locals_address): Ditto.
(alpha_frame_args_address): Ditto.
(alpha_pop_frame): Use frame->extra_info.
* config/alpha/tm-alpha.h (FRAME_ARGS_ADDRESS): Use
alpha_frame_args_address.
(FRAME_LOCALS_ADDRESS): Use alpha_frame_locals_address.
(alpha_find_saved_regs): Remove prototype.
(FRAME_INIT_SAVED_REGS): Use alpha_frame_init_saved_regs.
(EXTRA_FRAME_INFO): Remove.
(INIT_EXTRA_FRAME_INFO): Use alpha_init_extra_frame_info.
(PRINT_EXTRA_FRAME_INFO): Use alpha_print_extra_frame_info.

22 years ago* alpha-tdep.c (alpha_osf_in_sigtramp): New function.
thorpej [Sat, 19 Jan 2002 05:26:45 +0000 (05:26 +0000)]
* alpha-tdep.c (alpha_osf_in_sigtramp): New function.
(alpha_cannot_fetch_register): Ditto.
(alpha_cannot_store_register): Ditto.
(alpha_register_convertible): Ditto.
(alpha_use_struct_convention): Ditto.
* config/alpha/tm-alpha.h: Update copyright years.
(IN_SIGTRAMP): Use alpha_osf_in_sigtramp.
(INNER_THAN): Use core_addr_lessthan.
(CANNOT_FETCH_REGISTER): Use alpha_cannot_fetch_register.
(CANNOT_STORE_REGISTER): Use alpha_cannot_store_register.
(REGISTER_CONVERTIBLE): Use alpha_register_convertible.
(USE_STRUCT_CONVENTION): Use alpha_use_struct_convention.
(FRAME_CHAIN): Remove unnecessary cast.

22 years agoMark testsuite/gdb.hp/gdb.threads-hp/ as obsolete.
cagney [Sat, 19 Jan 2002 03:48:16 +0000 (03:48 +0000)]
Mark testsuite/gdb.hp/gdb.threads-hp/ as obsolete.

22 years agoRemove ATTRIBUTE_UNUSED. Update (C).
cagney [Sat, 19 Jan 2002 03:32:35 +0000 (03:32 +0000)]
Remove ATTRIBUTE_UNUSED.  Update (C).

22 years ago* alpha-tdep.c (alpha_register_name): New function.
thorpej [Sat, 19 Jan 2002 00:09:15 +0000 (00:09 +0000)]
* alpha-tdep.c (alpha_register_name): New function.
* config/alpha/tm-alpha.h (REGISTER_NAMES): Remove.
(REGISTER_NAME): Define.

22 years ago*** empty log message ***
gdbadmin [Sat, 19 Jan 2002 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

22 years agodaily update
amodra [Fri, 18 Jan 2002 23:00:04 +0000 (23:00 +0000)]
daily update

22 years ago* config/nm-nbsd.h (KERNEL_U_ADDR): Remove.
thorpej [Fri, 18 Jan 2002 18:14:51 +0000 (18:14 +0000)]
* config/nm-nbsd.h (KERNEL_U_ADDR): Remove.

22 years ago* alpha-tdep.c: Update copyright years.
thorpej [Fri, 18 Jan 2002 18:00:41 +0000 (18:00 +0000)]
* alpha-tdep.c: Update copyright years.
(alpha_next_pc): New function.
(alpha_software_single_step): Ditto.
* config/alpha/tm-alpha.h: Add prototype for
alpha_software_single_step.

22 years ago* alphabsd-nat.c: Update copyright years.
thorpej [Fri, 18 Jan 2002 17:47:10 +0000 (17:47 +0000)]
* alphabsd-nat.c: Update copyright years.
(fill_gregset): Use regcache_collect.
(fill_fpregset): Likewise.
(fetch_inferior_registers): Only fetch integer registers
if requested to do so.
(store_inferior_registers): Only store integer registers
if requested to do so.

22 years agoUpdate copyright (dates verified with cvs)
kseitz [Fri, 18 Jan 2002 17:41:49 +0000 (17:41 +0000)]
Update copyright (dates verified with cvs)

22 years ago2002-01-18 Keith Walker <keith.walker@arm.com>
rearnsha [Fri, 18 Jan 2002 17:33:48 +0000 (17:33 +0000)]
2002-01-18  Keith Walker  <keith.walker@arm.com>
* arm-opc.h (arm_opcodes): Add bxj instruction.

22 years ago * console.test: Don't rely on "event generate" to do
kseitz [Fri, 18 Jan 2002 17:28:53 +0000 (17:28 +0000)]
* console.test: Don't rely on "event generate" to do
keystrokes. It just doesn't work. Use the console window's
"test" method instead.
Use Console::test instead of Console::get_text.

22 years ago * library/console.ith (get_text): Delete.
kseitz [Fri, 18 Jan 2002 17:24:28 +0000 (17:24 +0000)]
    * library/console.ith (get_text): Delete.
        (test): New public method.
        * library/console.itb (get_text): Delete.
        (test): New public method.

22 years ago* NEWS: Mention new ARM command-line options and VFP support.
rearnsha [Fri, 18 Jan 2002 17:01:52 +0000 (17:01 +0000)]
* NEWS: Mention new ARM command-line options and VFP support.

* config/tc-arm.c (ARM_CEXT_XSCALE): Replaces ARM_EXT_XSCALE.  All
uses changed.
(ARM_CEXT_MAVERICK): Similarly.
(ARM_ANY): Now means any core instruction.
(CPU_DEFAULT): Default to ARM_ANY.
(uses_apcs_26, atcps, support_interwork, uses_apcs_float)
(pic_code): Declare for all object types.  Make type int.
(legacy_cpu, legacy_fpu, mcpu_cpu_opt, mcpu_fpu_opt, march_cpu_opt)
(march_fpu_opt, mfpu_opt): Declare.
(md_longopts): Tidy up conditional definitions.
(arm_opts, arm_cpus, arm_archs, arm_fpus, arm_extensions)
(arm_long_opts): New tables.
(arm_parse_cpu, arm_parse_arch, arm_parse_fpu): New functions.
(arm_parse_extension): New function.
(md_parse_option): Rewrite using new table-driven system.
(md_show_usage): Use new table-driven system.
(md_begin): Calculate cpu_variant from command line option data.
* doc/as.texinfo (ARM ISA options): Docuement new ARM-specific
command-line options.
* doc/c-arm.texi: Likewise.

Testsuite:
* gas/arm/vfp1.d: Use new command-line options.
* gas/arm/vfp1xD.d: Likewise.
* gas/arm/arm.exp (vfp-bad): Likewise.
* gas/arm/maverick.d: Likewise.

22 years ago* libc/include/time.h: Add prototype for strptime for Cygwin.
cgf [Fri, 18 Jan 2002 16:25:49 +0000 (16:25 +0000)]
* libc/include/time.h: Add prototype for strptime for Cygwin.

22 years agogas:
aj [Fri, 18 Jan 2002 11:28:36 +0000 (11:28 +0000)]
gas:
2002-01-18  Andreas Jaeger  <aj@suse.de>

* as.c (parse_args): Update year.

binutils:
2002-01-18  Andreas Jaeger  <aj@suse.de>

* version.c (print_version): Update year.

ld:
2002-01-18  Andreas Jaeger  <aj@suse.de>

* ldver.c (ldversion): Update year.

22 years agoRemove XDEPFILES from GDB.
cagney [Fri, 18 Jan 2002 04:50:54 +0000 (04:50 +0000)]
Remove XDEPFILES from GDB.

22 years ago* cygcheck.cc (already_did): Avoid default constructors, which may require
cgf [Fri, 18 Jan 2002 02:57:10 +0000 (02:57 +0000)]
* cygcheck.cc (already_did): Avoid default constructors, which may require
exception support.

22 years ago * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Test for a
amodra [Fri, 18 Jan 2002 01:22:02 +0000 (01:22 +0000)]
* elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Test for a
dynamic function descriptor symbol, not the associated function
symbol.

22 years ago* gdb.asm/asm-source.exp (info symbol): Take another shot at
jimb [Fri, 18 Jan 2002 00:12:59 +0000 (00:12 +0000)]
* gdb.asm/asm-source.exp (info symbol): Take another shot at
anchoring the pattern matching the entry point symbol's name.

22 years ago*** empty log message ***
gdbadmin [Fri, 18 Jan 2002 00:00:04 +0000 (00:00 +0000)]
*** empty log message ***

22 years ago * readelf.c (get_machine_name): Handle EM_PPC64.
amodra [Thu, 17 Jan 2002 23:36:02 +0000 (23:36 +0000)]
* readelf.c (get_machine_name): Handle EM_PPC64.
(guess_is_rela): Here too.

22 years agoChange behavour of internal-error to quit and dump core by default.
cagney [Thu, 17 Jan 2002 23:33:36 +0000 (23:33 +0000)]
Change behavour of internal-error to quit and dump core by default.

22 years agofixed braino in changelog entry for replacement of "switches" with "options"
nickc [Thu, 17 Jan 2002 23:13:52 +0000 (23:13 +0000)]
fixed braino in changelog entry for replacement of "switches" with "options"

22 years agoAdd an appendix for maintenance commands.
cagney [Thu, 17 Jan 2002 23:06:47 +0000 (23:06 +0000)]
Add an appendix for maintenance commands.

22 years agodaily update
amodra [Thu, 17 Jan 2002 23:00:04 +0000 (23:00 +0000)]
daily update

22 years agoRemove links from @node
cagney [Thu, 17 Jan 2002 22:56:48 +0000 (22:56 +0000)]
Remove links from @node

22 years agoRemove else clause to #if UI_OUT.
cagney [Thu, 17 Jan 2002 22:15:16 +0000 (22:15 +0000)]
Remove else clause to #if UI_OUT.

22 years ago2002-01-17 Daniel Jacobowitz <drow@mvista.com>
drow [Thu, 17 Jan 2002 21:13:47 +0000 (21:13 +0000)]
2002-01-17  Daniel Jacobowitz  <drow@mvista.com>

        * gdbserver/low-hppabsd.c, gdbserver/low-lynx.c,
        gdbserver/low-nbsd.c, gdbserver/low-sim.c,
        gdbserver/low-sparc.c, gdbserver/low-sun3.c,
        gdbserver/low-linux.c, gdbserver/server.c: Correct copyright notices.

22 years ago2002-01-17 Daniel Jacobowitz <drow@mvista.com>
drow [Thu, 17 Jan 2002 20:46:10 +0000 (20:46 +0000)]
2002-01-17  Daniel Jacobowitz  <drow@mvista.com>

        * low-hppabsd.c (myattach): New function, returning -1.
        * low-lynx.c (myattach): Likewise.
        * low-nbsd.c (myattach): Likewise.
        * low-sim.c (myattach): Likewise.
        * low-sparc.c (myattach): Likewise.
        * low-sun3.c (myattach): Likewise.

        * low-linux.c (myattach): New function.

        * server.c (attach_inferior): New function.
        (main): Handle "--attach".

22 years ago2002-01-17 Eric Christopher <echristo@redhat.com>
echristo [Thu, 17 Jan 2002 20:06:47 +0000 (20:06 +0000)]
2002-01-17  Eric Christopher  <echristo@redhat.com>

* elf32-mips.c (mips_elf_calculate_relocation): Fix typo.

22 years agoAdd a more instructive error message on bad syntax
twall [Thu, 17 Jan 2002 17:41:21 +0000 (17:41 +0000)]
Add a more instructive error message on bad syntax

22 years ago2002-01-17 H.J. Lu (hjl@gnu.org)
hjl [Thu, 17 Jan 2002 17:21:30 +0000 (17:21 +0000)]
2002-01-17  H.J. Lu  (hjl@gnu.org)

* support/config.guess: Import from master sources, rev 1.225.
* support/config.sub: Import from master sources, rev 1.238.

22 years ago2002-01-17 H.J. Lu (hjl@gnu.org)
hjl [Thu, 17 Jan 2002 17:19:44 +0000 (17:19 +0000)]
2002-01-17  H.J. Lu  (hjl@gnu.org)

* config.guess: Import from master sources, rev 1.225.

22 years agoFix bug when len == 1 and dst was not word aligned.
nickc [Thu, 17 Jan 2002 17:02:07 +0000 (17:02 +0000)]
Fix bug when len == 1 and dst was not word aligned.

22 years ago * cygpath.cc (main): Add options to show Desktop and Start
corinna [Thu, 17 Jan 2002 16:54:01 +0000 (16:54 +0000)]
* cygpath.cc (main): Add options to show Desktop and Start
Menu's Programs directory for current user or all users.
Move bulk of DPWS options outside the getopt case statement.
* utils.sgml: Update cygpath section for ADPWS options.

22 years ago_sbrk(): Return -1 rather than aborting if too much memory is requested.
nickc [Thu, 17 Jan 2002 16:39:53 +0000 (16:39 +0000)]
_sbrk(): Return -1 rather than aborting if too much memory is requested.

22 years agoRegenerate .pot and .po files
nickc [Thu, 17 Jan 2002 14:11:55 +0000 (14:11 +0000)]
Regenerate .pot and .po files

22 years ago * elf-bfd.h (elf_backend_data <elf_backend_section_from_bfd_section>):
amodra [Thu, 17 Jan 2002 13:02:39 +0000 (13:02 +0000)]
* elf-bfd.h (elf_backend_data <elf_backend_section_from_bfd_section>):
Remove "Elf_Internal_Shdr *" param.
(_bfd_mips_elf_section_from_bfd_section): Ditto.
* elf32-mips.c (_bfd_mips_elf_section_from_bfd_section): Ditto.
* elf32-m32r.c (_bfd_m32r_elf_section_from_bfd_section): Ditto.
* elf32-v850.c (v850_elf_section_from_bfd_section): Ditto.
* elf64-mmix.c (mmix_elf_section_from_bfd_section): Ditto.
* elfxx-ia64.c (elfNN_hpux_backend_section_from_bfd_section): Ditto.
* elf.c (_bfd_elf_section_from_bfd_section): Allow backend
function to override special sections.  Remove hdr arg from
backend call, and don't loop.

22 years agoAdd libstdc++-v3 include paths.
nickc [Thu, 17 Jan 2002 11:52:58 +0000 (11:52 +0000)]
Add libstdc++-v3 include paths.

22 years agoAdd no-c-format comment to prevent confusion when translating string.
nickc [Thu, 17 Jan 2002 11:28:49 +0000 (11:28 +0000)]
Add no-c-format comment to prevent confusion when translating string.

22 years agoRemove leftover conflict marker.
schwab [Thu, 17 Jan 2002 11:01:39 +0000 (11:01 +0000)]
Remove leftover conflict marker.

22 years ago * Makefile.in: Add fnmatch.o to DLL_OFILES.
corinna [Thu, 17 Jan 2002 10:39:36 +0000 (10:39 +0000)]
* Makefile.in: Add fnmatch.o to DLL_OFILES.
* cygwin.din: Add fnmatch export symbol.
* fnmatch.c: New file.
* include/fnmatch.h: Ditto.
* include/cygwin/version.h: Bump API minor version to 50.

22 years ago * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
eliz [Thu, 17 Jan 2002 08:54:12 +0000 (08:54 +0000)]
* gdb.texinfo: @include fdl.texi.  Fixes for overfull hboxes and
for monstrous @multitable (from Brian Youmans).

* fdl.texi: New file.

* Makefile.in (SFILES_INCLUDED): Add fdl.texi.

22 years ago2002-01-16 Eric Christopher <echristo@redhat.com>
echristo [Thu, 17 Jan 2002 08:19:08 +0000 (08:19 +0000)]
2002-01-16  Eric Christopher  <echristo@redhat.com>

* elf32-mips.c (mips_elf_calculate_relocation): Set require_jalxp
on R_MIPS_26 and target is 16bit. Add R_MIPS16_GPREL to list of
relocations requiring gp0 and gp.

22 years agoDaniel J as C++ maintainer.
cagney [Thu, 17 Jan 2002 02:04:27 +0000 (02:04 +0000)]
Daniel J as C++ maintainer.

22 years ago*** empty log message ***
gdbadmin [Thu, 17 Jan 2002 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

22 years ago2002-01-16 H.J. Lu (hjl@gnu.org)
hjl [Wed, 16 Jan 2002 23:20:25 +0000 (23:20 +0000)]
2002-01-16  H.J. Lu  (hjl@gnu.org)

* config.guess: Import from master sources, rev 1.225.
* config.sub: Import from master sources, rev 1.238.

* MAINTAINERS: Updated notes on config.guess and config.sub.

22 years agodaily update
amodra [Wed, 16 Jan 2002 23:00:04 +0000 (23:00 +0000)]
daily update

22 years ago * config/tc-mips.c (percent_op): Ensure longer percent_op's are
ths [Wed, 16 Jan 2002 21:30:42 +0000 (21:30 +0000)]
* config/tc-mips.c (percent_op): Ensure longer percent_op's are
matched before the shorter ones.
(my_getSmallParser): Fix handling of nested parentheses in
percent_op's. Code cleanup.
(my_getPercentOp): New function, code from my_getSmallParser.
(my_getSmallExpression): Fix handling of closing parentheses.
Code cleanup. Better comments.

22 years ago* tweaks.
bje [Wed, 16 Jan 2002 21:22:44 +0000 (21:22 +0000)]
* tweaks.

22 years ago* elf32-arm.h (elf32_arm_merge_private_bfd_data): Handle
rearnsha [Wed, 16 Jan 2002 13:01:52 +0000 (13:01 +0000)]
* elf32-arm.h (elf32_arm_merge_private_bfd_data): Handle
EF_ARM_VFP_FLOAT.
(elf32_arm_print_private_bfd_data): Likewise.

22 years ago* coff/arm.h (F_VFP_FLOAT): Define.
rearnsha [Wed, 16 Jan 2002 11:35:16 +0000 (11:35 +0000)]
* coff/arm.h (F_VFP_FLOAT): Define.
* elf/arm.h (F_VFP_FLOAT, EF_ARM_VFP_FLOAT): Define.

22 years agoImport new Turkish translations.
nickc [Wed, 16 Jan 2002 10:17:43 +0000 (10:17 +0000)]
Import new Turkish translations.

22 years ago * elf64-ppc.c (ppc64_elf_howto_raw): Remove stale FIXMEs.
amodra [Wed, 16 Jan 2002 07:32:03 +0000 (07:32 +0000)]
* elf64-ppc.c (ppc64_elf_howto_raw): Remove stale FIXMEs.
(ppc64_elf_reloc_type_lookup): Use proper CTOR reloc.
(ORI_R0_R0_0): Correct.

22 years ago * readelf.c (get_ppc64_dynamic_type): New.
amodra [Wed, 16 Jan 2002 05:53:08 +0000 (05:53 +0000)]
* readelf.c (get_ppc64_dynamic_type): New.
(get_dynamic_type): Call it.

22 years ago * Makefile.am (eelf64ppc.c, eelf64lppc.c): Depend on ppc64elf.em.
amodra [Wed, 16 Jan 2002 05:52:32 +0000 (05:52 +0000)]
* Makefile.am (eelf64ppc.c, eelf64lppc.c): Depend on ppc64elf.em.
* Makefile.in: Regenerate.
* emulparams/elf64ppc.sh (EXTRA_EM_FILE): Define.
* emultempl/ppc64elf.em: New file.

22 years ago * elflink.c (_bfd_elf_create_dynamic_sections): Don't set SEC_CODE
amodra [Wed, 16 Jan 2002 05:49:58 +0000 (05:49 +0000)]
* elflink.c (_bfd_elf_create_dynamic_sections): Don't set SEC_CODE
when plt_not_loaded.
* elf64-ppc.c (ppc64_elf_create_dynamic_sections): No need to
clear .plt SEC_CODE here.  Create .stub and correct .glink flags.
(PLT_INITIAL_ENTRY_SIZE): Set to 24.
(ppc64_elf_glink_code): Delete.
(PPC64_ELF_GLINK_SIZE): Delete.
(ADDIS_R12_R2, STD_R2_40R1, LD_R11_0R12, LD_R2_0R12, MTCTR_R11,
BCTR, ADDIS_R12_R12_1, LD_R2_40R1, NOP, LI_R0_0, B_DOT, LIS_R0_0,
ORI_R0_R0_0): Define.
(PLT_CALL_STUB_SIZE, GLINK_CALL_STUB_SIZE): Define.
(struct ppc_link_hash_table): Add sstub and plt_overflow.
(ppc64_elf_link_hash_table_create): Init them.
(ppc64_elf_check_relocs <R_PPC64_REL24>): Refcount .plt entry.
Don't copy to shared lib.
(ppc64_elf_check_relocs): Call bfd_set_error on errors.
(ppc64_elf_gc_sweep_hook <R_PPC64_REL24>): Sweep plt refcount.
(allocate_dynrelocs <plt>): Don't change function sym here.  Make
room for .stub and .glink code.
(ppc64_elf_size_dynamic_sections): Handle .stub.  Make entry for
DT_PPC64_GLINK.
(ppc64_elf_final_link): Rename to ppc64_elf_set_toc.  Don't call
bfd_elf64_bfd_final_link.
(bfd_elf64_bfd_final_link): Don't define.
(ppc64_elf_size_stubs): New.
(build_plt_stub): New.
(build_one_stub): New.
(ppc64_elf_build_stubs): New.
(ppc64_elf_relocate_section <toc relocs>): Remove assert.
(ppc64_elf_relocate_section): Don't copy R_PPC64_REL24 relocs.
(ppc64_elf_finish_dynamic_symbol): Don't build stubs here.  Set
DT_PPC64_GLINK entry.  Tweak DT_PLTGOT, DT_JMPREL, DT_PLTRELSZ in
case output sections not separate.  Adjust DT_RELASZ to not
include plt relocs.  Set reserved got entry.  Set got and plt
entry size.
(elf_backend_got_header_size): Set to 8.
* elf64-ppc.h: New file.

22 years ago * ppc.h (DT_PPC64_GLINK): Define.
amodra [Wed, 16 Jan 2002 05:48:56 +0000 (05:48 +0000)]
* ppc.h (DT_PPC64_GLINK): Define.

22 years ago * elf32-arm.h (elf32_arm_size_dynamic_sections): When removing
amodra [Wed, 16 Jan 2002 05:37:08 +0000 (05:37 +0000)]
* elf32-arm.h (elf32_arm_size_dynamic_sections): When removing
sections, use bfd_section_list_remove.
* elf32-i370.c (i370_elf_size_dynamic_sections): Likewise.
* elflink.h (elf_link_add_object_symbols): When removing all
sections, use bfd_section_list_clear.

22 years ago * c-typeprint.c (is_type_conversion_operator): Add additional
drow [Wed, 16 Jan 2002 02:43:38 +0000 (02:43 +0000)]
    * c-typeprint.c (is_type_conversion_operator): Add additional
        check for non-conversion operators.

22 years ago* scripttempl/pe.sc: Add support for constructor priorities.
dj [Wed, 16 Jan 2002 01:48:41 +0000 (01:48 +0000)]
* scripttempl/pe.sc: Add support for constructor priorities.

22 years ago*** empty log message ***
gdbadmin [Wed, 16 Jan 2002 00:00:06 +0000 (00:00 +0000)]
*** empty log message ***

22 years agodaily update
amodra [Tue, 15 Jan 2002 23:00:05 +0000 (23:00 +0000)]
daily update

22 years ago * itcl/library/itcl.tcl: Add recognition for "class", "body",
kseitz [Tue, 15 Jan 2002 21:03:51 +0000 (21:03 +0000)]
    * itcl/library/itcl.tcl: Add recognition for "class", "body",
        "ensemble", and "configbody" without the "itcl::" namespace
        qualifier.
        (auto_mkindex_parser::command public): If given an argument
        list of just one item, re-eval it again so that the whole
        thing is not interpreted as one humongous command.

22 years ago * path.cc (fchdir): Call chdir with full windows path.
corinna [Tue, 15 Jan 2002 20:29:08 +0000 (20:29 +0000)]
* path.cc (fchdir): Call chdir with full windows path.

22 years agoFix oops with previous checkin.
msnyder [Tue, 15 Jan 2002 20:14:04 +0000 (20:14 +0000)]
Fix oops with previous checkin.

22 years ago2002-01-10 Michael Snyder <msnyder@redhat.com>
msnyder [Tue, 15 Jan 2002 20:10:52 +0000 (20:10 +0000)]
2002-01-10  Michael Snyder  <msnyder@redhat.com>

* linux-proc.c: Add "info proc" command, a la procfs.c.
(read_mapping): New function, abstract and re-use code.
(linux_find_memory_regions): Use new func read_mapping.
(linux_info_proc_cmd): New function, implement "info proc".
(_initialize_linux_proc): Add new command "info proc".

22 years ago2002-01-15 Michael Snyder <msnyder@redhat.com>
msnyder [Tue, 15 Jan 2002 20:00:50 +0000 (20:00 +0000)]
2002-01-15  Michael Snyder  <msnyder@redhat.com>

* symfile.c (generic_load): Use bfd_map_over_sections method
instead of manipulating bfd structure members directly.
(add_section_size_callback): New function, bfd sections callback
        used by generic_load.
(load_sections_callback): New function, bfd sections callback
        used by generic_load.

22 years agoupdate copyrights (dates verified with cvs)
kseitz [Tue, 15 Jan 2002 19:52:01 +0000 (19:52 +0000)]
update copyrights (dates verified with cvs)

22 years agoUpdate copyright (dates verified against cvs)
kseitz [Tue, 15 Jan 2002 19:41:07 +0000 (19:41 +0000)]
Update copyright (dates verified against cvs)

22 years ago2002-01-15 Elena Zannoni <ezannoni@redhat.com>
ezannoni [Tue, 15 Jan 2002 19:38:19 +0000 (19:38 +0000)]
2002-01-15  Elena Zannoni  <ezannoni@redhat.com>

[Based on work by Jim Blandy]

* gdbtypes.h (builtin_type_v16qi, builtin_type_v8hi): Export.
(builtin_type_vec128): Export.

* gdbtypes.c (builtin_type_v16qi, builtin_type_v8hi): New SIMD
types.
(builtin_type_vec128): New builtin type for 128 bit vector
registers.
(build_gdbtypes): Initialize builtin_type_v16qi and
builtin_type_v8hi. Create the vec128 register builtin type
structure.
(build_builtin_type_vec128): New function.
  (_initialize_gdbtypes): Register builtin_type_v16qi and
builtin_type_v8hi with gdbarch. Same for builtin_type_vec128.

* rs6000-tdep.c (rs6000_register_virtual_type): Change type of
AltiVec register to new builtin type.

22 years ago * generic/gdbtk-varobj.c (variable_value): When varobj_get_value
kseitz [Tue, 15 Jan 2002 19:21:33 +0000 (19:21 +0000)]
* generic/gdbtk-varobj.c (variable_value): When varobj_get_value
fails, use error_last_message to return the error to tcl land.
This allows us to display nice messages about why "0xdeadbeef" is
not accessible!

22 years agoDoh. s/kdb/kbd/
cagney [Tue, 15 Jan 2002 19:06:22 +0000 (19:06 +0000)]
Doh.  s/kdb/kbd/

22 years ago* gdbint.texinfo (Releasing GDB): New chapter.
cagney [Tue, 15 Jan 2002 19:01:20 +0000 (19:01 +0000)]
* gdbint.texinfo (Releasing GDB): New chapter.

22 years ago * c_variable.test (1.4,2.14): Remove test for local frame
kseitz [Tue, 15 Jan 2002 18:14:48 +0000 (18:14 +0000)]
* c_variable.test (1.4,2.14): Remove test for local frame
variables. Varobj now forces evaluation in the current frame
by default.
(2.15): Ignore any changes and only check for out of scope
locals (which is still unsupported).
* cpp_variable.test (1.1): Support alternative names for
local scope.
(1.6a): Catch call to gdb_cmd to prevent an error from
throwing testsuite into la-la land. Add to test.
(1.7): Ignore results from children during step, since
they may or may not change value when the parent changes.
(2.2a): New test incorperating gdb_cmd (also wrapped in
catch).
(2.22a): Likewise.
(2.71a): Likewise.

22 years agoRefer to "options" not "switches"
nickc [Tue, 15 Jan 2002 17:18:53 +0000 (17:18 +0000)]
Refer to "options" not "switches"

22 years ago2001-01-15 Daniel Jacobowitz <drow@mvista.com>
drow [Tue, 15 Jan 2002 16:47:16 +0000 (16:47 +0000)]
2001-01-15  Daniel Jacobowitz  <drow@mvista.com>

        * stabsread.c (read_type): Pass dbx_lookup_type (typenums)
        to make_cv_type.

22 years agoSupport for VFP instructions
rearnsha [Tue, 15 Jan 2002 16:05:32 +0000 (16:05 +0000)]
Support for VFP instructions
* tc-arm.c (CP_WB_OK, CP_NO_WB): New defines.
(cp_address_required_here): New argument wb_ok.  When false, do not
accept write-back forms of addressing.  Change all callers.
(FPU_VFP_EXT_NONE, FPU_VFP_EXT_V1xD, FPU_VFP_VFP_V1)
(FPU_VFP_EXT_V2): Define.
(FPU_ARCH_VFP, FPU_ARCH_VFP_V1xD, FPU_ARCH_VFP_V1, FPU_ARCH_VFP_V2):
Define in terms of above.
(vfp_dp_reg_pos, vfp_sp_reg_pos, vfp_ldstm_type): New enums.
(vfp_reg): New struct.
(vfp_regs): New array of registers.
(insns): Add VFP instructions.
(sn_table): New array of VFP single-precision register names.
(dn_table): New array of VFP double-precision register names.
(all_reg_maps): Add the new register tables.
(arm_reg_type): Add new values for above.  Increase RET_TYPE_MAX.
(vfp_sp_reg_required_here, vfp_dp_reg_required_here, do_vfp_sp_monadic)
(do_vfp_dp_monadic, do_vfp_sp_dyadic, do_vfp_dp_dyadic)
(do_vfp_reg_from_sp, do_vfp_sp_reg2, do_vfp_sp_from_reg)
(do_vfp_reg_from_dp, do_vfp_reg2_from_dp, do_vfp_dp_from_reg)
(do_vfp_dp_from_reg2, vfp_psr_parse, vfp_psr_required_here)
(do_vfp_reg_from_ctrl, do_vfp_ctrl_from_reg, do_vfp_sp_ldst)
(do_vfp_dp_ldst, vfp_sp_reg_list, vfp_dp_reg_list, vfp_sp_ldstm)
(vfp_dp_ldstm, do_vfp_sp_ldstmia, do_vfp_sp_ldstmdb, do_vfp_ldstmia)
(do_vfp_dp_ldstmdb, do_vfp_xp_ldstmia, do_vfp_xp_ldstmdb)
(do_vfp_sp_compare_z, do_vfp_dp_compare_z, do_vfp_dp_sp_cvt)
(do_vfp_sp_dp_cvt): New functions.
(md_begin): Set soft-float flag for appropriate VFP work.
(md_atof): Handle VFP-format doubles.
(md_parse_option): Handle VFP command-line options.
(md_show_usage): Display VFP command-line options.

* testsuite/gas/arm/vfp1.s gas/arm/vf1.d: New files.
* testsuite/gas/arm/vfp1xD.s gas/arm/vf1xD.d: New files.
* testsuite/gas/arm/vfp-bad.s gas/arm/vfp-bad.l: New files.
* testsuite/gas/arm/arm.exp: Run new VFP tests.

22 years ago* arm-opc.h (arm_opcodes): Add patterns for VFP instructions.
rearnsha [Tue, 15 Jan 2002 15:41:23 +0000 (15:41 +0000)]
* arm-opc.h (arm_opcodes): Add patterns for VFP instructions.
* arm-dis.c (print_insn_arm): Support new disassembly qualifiers for
VFP bitfields.

22 years ago* tc-arm.c (md_parse_option): Tidy up setting of cpu_variant for
rearnsha [Tue, 15 Jan 2002 14:43:09 +0000 (14:43 +0000)]
* tc-arm.c (md_parse_option): Tidy up setting of cpu_variant for
various command line options.

22 years ago*** empty log message ***
msalter [Tue, 15 Jan 2002 14:21:10 +0000 (14:21 +0000)]
*** empty log message ***

22 years agoRemove default interrupt routines.
msalter [Tue, 15 Jan 2002 14:20:37 +0000 (14:20 +0000)]
Remove default interrupt routines.

22 years agoProvide interrupt routine symbols which forward interrupts to user application vectors.
msalter [Tue, 15 Jan 2002 14:19:49 +0000 (14:19 +0000)]
Provide interrupt routine symbols which forward interrupts to user application vectors.

22 years ago * cygpath.cc (doit): Empty file ignored using option -i.
corinna [Tue, 15 Jan 2002 14:07:42 +0000 (14:07 +0000)]
* cygpath.cc (doit): Empty file ignored using option -i.

22 years agoAdd Swedish translation
nickc [Tue, 15 Jan 2002 13:58:20 +0000 (13:58 +0000)]
Add Swedish translation

22 years ago*** empty log message ***
msalter [Tue, 15 Jan 2002 13:37:33 +0000 (13:37 +0000)]
*** empty log message ***

22 years agoRename stub app to eva_stub.elf and add it to install list.
msalter [Tue, 15 Jan 2002 13:36:54 +0000 (13:36 +0000)]
Rename stub app to eva_stub.elf and add it to install list.

22 years ago * mkpasswd.c (print_win_error): Add a new function.
corinna [Tue, 15 Jan 2002 13:10:44 +0000 (13:10 +0000)]
* mkpasswd.c (print_win_error): Add a new function.
(enum_users): Use print_win_error.
(enum_local_groups): Ditto.
(main): Ditto.

22 years agoSpecial case handlign for m32r port
nickc [Tue, 15 Jan 2002 12:56:30 +0000 (12:56 +0000)]
Special case handlign for m32r port

22 years ago * elflink.h (elf_link_input_bfd): Back out 2002-01-07 change.
jakub [Tue, 15 Jan 2002 12:52:12 +0000 (12:52 +0000)]
* elflink.h (elf_link_input_bfd): Back out 2002-01-07 change.
* elf.c (merge_sections_remove_hook): New function.
(_bfd_elf_merge_sections): Pass it as 3rd argument to
_bfd_merge_sections.
* libbfd-in.h (_bfd_merge_sections): Add 3rd argument.
* libbfd.h: Rebuilt.
* merge.c (_bfd_merge_sections): Add remove_hook argument.
Call remove_hook if a SEC_EXCLUDE section is encountered.