OSDN Git Service

pf3gnuchains/pf3gnuchains3x.git
18 years ago* arm-tdep.c (arm_saved_pc_after_call): Delete.
kettenis [Sun, 16 Jul 2006 10:33:25 +0000 (10:33 +0000)]
* arm-tdep.c (arm_saved_pc_after_call): Delete.
(arm_gdbarch_init): Do not set deprecated_saved_pc_after_call.

18 years ago * read.c (s_struct): Handle ELF section changing.
ths [Sun, 16 Jul 2006 10:19:19 +0000 (10:19 +0000)]
* read.c (s_struct): Handle ELF section changing.
* config/tc-mips.c (s_align): Leave enabling auto-align to the
generic code.
(s_change_sec): Try section changing only if we output ELF.

18 years agoUndefine _process_user_ before including
amszmidt [Sun, 16 Jul 2006 09:57:02 +0000 (09:57 +0000)]
Undefine _process_user_ before including
<hurd/process_request.h>.
(gnu_resume): Supply missing argument to error().
(gnu_read_inferior): Add extra parenthesis around arithmetic
expression to silence warnings from GCC.
(gnu_write_inferior): Likewise.
(gnu_xfer_memory): Changed type of MYADDR to `gdb_byte *'.

18 years ago*** empty log message ***
gdbadmin [Sun, 16 Jul 2006 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
amodra [Sun, 16 Jul 2006 00:00:12 +0000 (00:00 +0000)]
daily update

18 years ago* armnbsd-tdep.c (arm_netbsd_elf_init_abi): Use
kettenis [Sat, 15 Jul 2006 22:38:58 +0000 (22:38 +0000)]
* armnbsd-tdep.c (arm_netbsd_elf_init_abi): Use
svr4_ilp_fetch_link_map_offsets.

18 years ago* armnbsd-tdep.c: Don't include "nbsd-tdep.h".
kettenis [Sat, 15 Jul 2006 21:22:51 +0000 (21:22 +0000)]
* armnbsd-tdep.c: Don't include "nbsd-tdep.h".
* config/arm/nbsd.mt (TDEPFILES): Remove nbsd-tdep.o.
(DEPRECATED_TM_FILE): Remove.
* Makefile.in (armnbsd-tdep.o): Update dependencies.

18 years agoAdd missing ChangeLog entry.
hjl [Sat, 15 Jul 2006 16:58:36 +0000 (16:58 +0000)]
Add missing ChangeLog entry.

18 years ago2006-07-15 H.J. Lu <hongjiu.lu@intel.com>
hjl [Sat, 15 Jul 2006 16:33:24 +0000 (16:33 +0000)]
2006-07-15  H.J. Lu  <hongjiu.lu@intel.com>

PR binutils/2829
* i386-dis.c (GRP11_C6): NEW.
(GRP11_C7): Likewise.
(GRP12): Updated.
(GRP13): Likewise.
(GRP14): Likewise.
(GRP15): Likewise.
(GRP16): Likewise.
(GRPAMD): Likewise.
(GRPPADLCK1): Likewise.
(GRPPADLCK2): Likewise.
(dis386): Use GRP11_C6 and GRP11_C7 for entres 0xc6 and 0xc7,
respectively.
(grps): Add entries for GRP11_C6 and GRP11_C7.

18 years ago2006-07-15 H.J. Lu <hongjiu.lu@intel.com>
hjl [Sat, 15 Jul 2006 16:32:47 +0000 (16:32 +0000)]
2006-07-15  H.J. Lu  <hongjiu.lu@intel.com>

* config/tc-i386.c (cpu_arch): Remove Cpu086, CpuAthlon and
CpuAmdFam10.
(smallest_imm_type): Remove Cpu086.
(i386_target_format): Likewise.

* config/tc-i386.h: Remove Cpu086, CpuAthlon and CpuAmdFam10.
Update CpuXXX.

18 years agodaily update
amodra [Sat, 15 Jul 2006 00:00:09 +0000 (00:00 +0000)]
daily update

18 years ago*** empty log message ***
gdbadmin [Sat, 15 Jul 2006 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

18 years ago * PROBLEMS: Document threads/2137.
brobecke [Fri, 14 Jul 2006 22:55:58 +0000 (22:55 +0000)]
    * PROBLEMS: Document threads/2137.

18 years ago * gdb.base/help.exp: Adjust "help unset" test to accept
brobecke [Fri, 14 Jul 2006 22:53:19 +0000 (22:53 +0000)]
    * gdb.base/help.exp: Adjust "help unset" test to accept
        any list of unset commands.

18 years ago* fork.cc (fork): Lock the process before forking to prevent things like new
cgf [Fri, 14 Jul 2006 22:15:12 +0000 (22:15 +0000)]
* fork.cc (fork): Lock the process before forking to prevent things like new
fds from being opened, etc.
* sync.h (lock_process::dont_bother): New function.

18 years ago* include/cygwin/types.h: Update copyright.
cgf [Fri, 14 Jul 2006 21:44:59 +0000 (21:44 +0000)]
* include/cygwin/types.h: Update copyright.

18 years ago2006-07-14 Dave Brolley <brolley@redhat.com>
brolley [Fri, 14 Jul 2006 19:45:51 +0000 (19:45 +0000)]
2006-07-14  Dave Brolley  <brolley@redhat.com>

        * commonCfg.cxx (BoardCfg::write_config): Connect stdio_obj's eof pin to
        gloss' debug-rx-eof pin.

18 years ago2006-07-14 Dave Brolley <brolley@redhat.com>
brolley [Fri, 14 Jul 2006 19:44:17 +0000 (19:44 +0000)]
2006-07-14  Dave Brolley  <brolley@redhat.com>

        * gloss.h (rx_eof_pin): New member of gloss32.
        * gloss.cxx (gloss32): Add debug-rx-eof pin.
        (read): Check rx_eof_pin.

18 years ago2006-07-14 Dave Brolley <brolley@redhat.com>
brolley [Fri, 14 Jul 2006 19:42:53 +0000 (19:42 +0000)]
2006-07-14  Dave Brolley  <brolley@redhat.com>

        * stdio.cxx (stdioConsole): Initialize eof_p. Add "eof" pin.
        (read): Remove 'value'. Check eof_p. Drive eof_pin and set
        eof_p as needed.
        * components.h (eof_pin): New member of stdioConsole.
        (eof_p): Likewise.
        * sid-io-stdio.xml: Document eof pin.
        * sid-io-stdio.txt: Regenerated.

18 years ago* cygwin.sc: Make sure there's something in the cygheap.
cgf [Fri, 14 Jul 2006 19:33:53 +0000 (19:33 +0000)]
* cygwin.sc: Make sure there's something in the cygheap.
* dllfixdbg: Accommodate newer binutils which put the gnu_debuglink at the end
rather than at the beginning.

18 years ago2006-07-14 Dave Brolley <brolley@redhat.com>
brolley [Fri, 14 Jul 2006 18:51:34 +0000 (18:51 +0000)]
2006-07-14  Dave Brolley  <brolley@redhat.com>

        * CGEN.sh.in (fileopts): Place semantic switches first so that they
        are processed first.

18 years ago2006-07-14 Dave Brolley <brolley@redhat.com>
brolley [Fri, 14 Jul 2006 18:49:32 +0000 (18:49 +0000)]
2006-07-14  Dave Brolley  <brolley@redhat.com>

        * sid.scm (-op-gen-delayed-set-maybe-trace): If delay used, note the
        hardware or memory mode which was used.
        * sid-cpu.scm (hw-need-write-stack?): New function.
        (-gen-hw-stream-and-destream-fns): Compute stack-regs. Use it to
        identify hardware which uses write stacks.
        (useful-mode-names): Renamed to write-stack-memory-mode-names.
        Initialized to an empty list.
        (-gen-writestacks, -gen-reset-fn, -gen-unified-write-fn): Use
        hw-need-write-stack?.
        * hardware.scm (used-in-delay-rtl?): New member of <hardware-base>.
        (define-getters <hardware-base>): Define used-in-delay-rtl?.
        (used-in-delay-rtl?): New method of <hardware-base>.
        (hw-used-in-delay-rtl?): New function.

18 years ago2006-07-14 H.J. Lu <hongjiu.lu@intel.com>
hjl [Fri, 14 Jul 2006 16:15:27 +0000 (16:15 +0000)]
2006-07-14  H.J. Lu  <hongjiu.lu@intel.com>

* i386.h (i386_optab): Remove InvMem from maskmovq, movhlps,
movlhps, movmskps, pextrw, pmovmskb, movmskpd, maskmovdqu,
movdq2q and movq2dq.

18 years ago * configure.tgt (i[3-7]86-*-solaris2*, i[3-7]86-*-solaris*): Correct
drow [Fri, 14 Jul 2006 15:26:36 +0000 (15:26 +0000)]
* configure.tgt (i[3-7]86-*-solaris2*, i[3-7]86-*-solaris*): Correct
typo setting targ_extra_libpath.

18 years ago * elflink.c (bfd_elf_size_dynsym_hash_dynstr): Fix cinfo.shift2 value.
jakub [Fri, 14 Jul 2006 13:48:06 +0000 (13:48 +0000)]
* elflink.c (bfd_elf_size_dynsym_hash_dynstr): Fix cinfo.shift2 value.

18 years ago* elflink.c (bfd_elf_size_dynsym_hash_dynstr): Move declarations
kettenis [Fri, 14 Jul 2006 11:00:58 +0000 (11:00 +0000)]
* elflink.c (bfd_elf_size_dynsym_hash_dynstr): Move declarations
to the start of a block.

18 years ago* sigproc.cc (waitq_head): Don't initialize to zero.
cgf [Fri, 14 Jul 2006 00:50:54 +0000 (00:50 +0000)]
* sigproc.cc (waitq_head): Don't initialize to zero.
* sigproc.h: Update copyright, fix whitespace.

18 years ago*** empty log message ***
gdbadmin [Fri, 14 Jul 2006 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
amodra [Fri, 14 Jul 2006 00:00:05 +0000 (00:00 +0000)]
daily update

18 years agoAdd amdfam10 instructions
meissner [Thu, 13 Jul 2006 22:25:43 +0000 (22:25 +0000)]
Add amdfam10 instructions

18 years ago* config/alpha/tm-nbsd.h: Remove file.
kettenis [Thu, 13 Jul 2006 21:38:10 +0000 (21:38 +0000)]
* config/alpha/tm-nbsd.h: Remove file.
* config/alpha/nbsd.mt (DEPRECATED_TM_FILE): Remove.

18 years ago* fhandler.cc (fhandler_base::raw_read): Only return EISDIR when we're really
cgf [Thu, 13 Jul 2006 20:56:24 +0000 (20:56 +0000)]
* fhandler.cc (fhandler_base::raw_read): Only return EISDIR when we're really
trying to read a directory.
* sigproc.cc: Use "Static" where appropriate.

18 years ago2006-07-13 H.J. Lu <hongjiu.lu@intel.com>
hjl [Thu, 13 Jul 2006 18:13:36 +0000 (18:13 +0000)]
2006-07-13  H.J. Lu  <hongjiu.lu@intel.com>

* config/tc-i386.h (Size64): Fix a typo in comment.

18 years ago * configure.in: Fix for autoconf 2.5.
sje [Thu, 13 Jul 2006 15:46:46 +0000 (15:46 +0000)]
* configure.in: Fix for autoconf 2.5.
* cygwin/configure.in: Fix for autoconf 2.5.
* win/configure.in: Fix for autoconf 2.5.
* unix/configure.in: Fix for autoconf 2.5.
* unix/tcl.m4: Fix for autoconf 2.5.
* configure: Regenerate.
* cygwin/configure: Regenerate.
* tools/configure: Regenerate.
* unix/configure: Regenerate.
* unix/dltest/configure: Regenerate.
* win/configure: Regenerate.

18 years ago * configure.in: Fix for autoconf 2.5.
sje [Thu, 13 Jul 2006 15:44:30 +0000 (15:44 +0000)]
* configure.in: Fix for autoconf 2.5.
* unix/tcl.m4: Fix for autoconf 2.5.
* configure: Regenerate.
* unix/configure: Regenerate.
* win/configure: Regenerate.

18 years ago * configure.in: Fix for autoconf 2.5.
sje [Thu, 13 Jul 2006 15:41:58 +0000 (15:41 +0000)]
* configure.in: Fix for autoconf 2.5.
* aclocal.m4: Fix for autoconf 2.5.
* configure: Regenerate.
* itcl/configure: Regenerate.
* itcl/win/configure: Regenerate.
* itk/configure: Regenerate.
* itk/win/configure: Regenerate.
* iwidgets/configure: Regenerate.

18 years ago * mips-tdep.c (mips_integer_to_address): Simplify be calling
corinna [Thu, 13 Jul 2006 13:14:54 +0000 (13:14 +0000)]
* mips-tdep.c (mips_integer_to_address): Simplify be calling
extract_signed_integer directly.  Fix comment.

18 years ago * fhandler_socket.cc: Update copyright.
corinna [Thu, 13 Jul 2006 12:59:53 +0000 (12:59 +0000)]
* fhandler_socket.cc: Update copyright.
* include/pthread.h: Ditto.

18 years ago * m32c-tdep.c (m32c_banked_register): New function.
corinna [Thu, 13 Jul 2006 12:01:21 +0000 (12:01 +0000)]
* m32c-tdep.c (m32c_banked_register): New function.
(m32c_banked_read): Use m32c_banked_register function to evaluate
real register number.
(m32c_banked_write): Ditto.
(m32c_virtual_frame_pointer): New function.
(m32c_gdbarch_init): Add set_gdbarch_virtual_frame_pointer call.

18 years ago * ld-mips-elf/tlslib-o32-ver.got, ld-mips-elf/tlslib-o32.got:
ths [Thu, 13 Jul 2006 10:58:47 +0000 (10:58 +0000)]
* ld-mips-elf/tlslib-o32-ver.got, ld-mips-elf/tlslib-o32.got:
Update TLS testcases.

18 years ago * mmap.cc (mmap64): Drop MAP_NORESERVE flag for non-anonymous,
corinna [Thu, 13 Jul 2006 10:29:21 +0000 (10:29 +0000)]
* mmap.cc (mmap64): Drop MAP_NORESERVE flag for non-anonymous,
non-private mappings.
(mmap_record::unmap_pages): Only check noreserve flag which now implies
anonymous and private.
(mprotect): Ditto.
(fixup_mmaps_after_fork): Ditto.

18 years ago * m68k-tdep.c (m68k_frame_align): New.
nathan [Thu, 13 Jul 2006 09:30:45 +0000 (09:30 +0000)]
* m68k-tdep.c (m68k_frame_align): New.
(m68k_gdbarch_init): Set frame_align here.

18 years ago* coff-sh.c (_bfd_sh_align_load_span): Catch sh_insn_info() returning a NULL
nickc [Thu, 13 Jul 2006 09:07:36 +0000 (09:07 +0000)]
* coff-sh.c (_bfd_sh_align_load_span): Catch sh_insn_info() returning a NULL
  value.

18 years ago2006-07-13 Denis PILAT <denis.pilat@st.com>
ams [Thu, 13 Jul 2006 09:03:38 +0000 (09:03 +0000)]
2006-07-13  Denis PILAT  <denis.pilat@st.com>

* interps.c (interpreter_completer): Allocate one more item to the
'matches' list and set them all to 0 with a xcalloc.

18 years ago * exceptions.cc (_cygtls::handle_exceptions): Call new
corinna [Thu, 13 Jul 2006 08:33:34 +0000 (08:33 +0000)]
* exceptions.cc (_cygtls::handle_exceptions): Call new
mmap_is_attached_or_noreserve_page function in case of access violation
and allow application to retry access on noreserve pages.
* mmap.cc (mmap_is_attached_or_noreserve_page): Changed from
mmap_is_attached_page.  Handle also noreserve pages now.  Change
comment accordingly.
* winsup.h (mmap_is_attached_or_noreserve_page): Declare instead of
mmap_is_attached_page.

18 years ago(annotate_frame_begin): Re-instate frame-begin annotation for level 3
nickrob [Thu, 13 Jul 2006 07:43:44 +0000 (07:43 +0000)]
(annotate_frame_begin): Re-instate frame-begin annotation for level 3
annotations.

18 years ago*** empty log message ***
nickrob [Thu, 13 Jul 2006 07:43:23 +0000 (07:43 +0000)]
*** empty log message ***

18 years agogdb/
drow [Thu, 13 Jul 2006 04:31:36 +0000 (04:31 +0000)]
gdb/
* infcall.c (value_arg_coerce): Use value_cast_pointers for
references.  Avoid value_cast to a reference type.  Don't silently
convert pointers to references.
* valops.c (value_cast_pointers): New, based on value_cast.
(value_cast): Use it.  Reject reference types.
(value_ref): New.
(typecmp): Use it.
* value.h (value_cast_pointers, value_ref): New prototypes.
gdb/testsuite/
* gdb.cp/ref-params.exp: New test.
* gdb.cp/ref-params.cc: New source file.
* gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.

18 years ago * remote.c (unpack_varlen_hex): Correct type of retval.
drow [Thu, 13 Jul 2006 04:05:53 +0000 (04:05 +0000)]
* remote.c (unpack_varlen_hex): Correct type of retval.
Reported by Zhigang Gong <zhigang.gong@gmail.com>.

18 years ago*** empty log message ***
gdbadmin [Thu, 13 Jul 2006 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
amodra [Thu, 13 Jul 2006 00:00:06 +0000 (00:00 +0000)]
daily update

18 years agoPatch reviewed and approved by Daniel Jacobowitz <drow@false.org>.
fnf [Wed, 12 Jul 2006 21:37:21 +0000 (21:37 +0000)]
Patch reviewed and approved by Daniel Jacobowitz <drow@false.org>.

2006-07-12  Fred Fish  <fnf@specifix.com>
* sim-endian.h (asm/byteorder.h): Don't include private kernel
header.

18 years ago * dwarf2read.c (dwarf2_symbol_mark_computed): Handle corrupted
drow [Wed, 12 Jul 2006 21:14:57 +0000 (21:14 +0000)]
* dwarf2read.c (dwarf2_symbol_mark_computed): Handle corrupted
or missing location list information.  Suggested by Jan
Kratochvil <lace@jankratochvil.net>.

18 years ago * Makefile.in (arm_linux_tdep_h): New variable.
drow [Wed, 12 Jul 2006 20:46:32 +0000 (20:46 +0000)]
* Makefile.in (arm_linux_tdep_h): New variable.
(arm-linux-nat.o, arm-linux-tdep.o): Update.
* arm-linux-nat.c: Include "arm-linux-tdep.h".
(typeNone, typeSingle, typeDouble, typeExtended)
(FPWORDS, ARM_CPSR_REGNUM, FPREG, FPA11)
(fetch_nwfpe_single, fetch_nwfpe_double, fetch_nwfpe_none)
(fetch_nwfpe_extended, fetch_nwfpe_register, store_nwfpe_single)
(store_nwfpe_double, store_nwfpe_extended, store_nwfpe_register):
Delete.
(fetch_fpregister, fetch_fpregs, store_fpregister, store_fpregs):
Use gdb_byte buffers, NWFPE_FPSR_OFFSET, supply_nwfpe_register,
and collect_nwfpe_register.
(fill_gregset, supply_gregset, fill_fpregset, supply_fpregset): Use
new regset functions.
* arm-linux-tdep.c: Include "regset.h" and "arm-linux-tdep.h".
(arm_apcs_32): New declaration.
(ARM_LINUX_SIZEOF_GREGSET, arm_linux_supply_gregset)
(arm_linux_collect_gregset, typeNone, typeSingle, typeDouble)
(typeExtended, supply_nwfpe_register, collect_nwfpe_register)
(arm_linux_supply_nwfpe, arm_linux_collect_nwfpe)
(arm_linux_regset_from_core_section): New.
(arm_linux_init_abi): Register arm_linux_regset_from_core_section.
* arm-linux-tdep.h: New file.
* arm-tdep.h (struct regset): Declare.
(struct gdbarch_tdep): Add gregset, fpregset members.
* config/arm/linux.mh (NATDEPFILES): Remove corelow.o and
core-regset.o.
* config/arm/linux.mt (TDEPFILES): Add corelow.o.

18 years ago * infrun.c (handle_inferior_event): Fixed typos in printf.
drow [Wed, 12 Jul 2006 20:43:51 +0000 (20:43 +0000)]
* infrun.c (handle_inferior_event): Fixed typos in printf.

18 years ago * mmap.cc (mmap_record::alloc_page_map): Don't call VirtualProtect
corinna [Wed, 12 Jul 2006 20:15:00 +0000 (20:15 +0000)]
* mmap.cc (mmap_record::alloc_page_map): Don't call VirtualProtect
on maps created with MAP_NORESERVE.

18 years ago * remote.c (REMOTE_ALIGN_WRITES): New.
drow [Wed, 12 Jul 2006 18:54:03 +0000 (18:54 +0000)]
* remote.c (REMOTE_ALIGN_WRITES): New.
(remote_write_bytes): Align large write packets.  Remove unused
payload_start variable.

18 years agogdb/
drow [Wed, 12 Jul 2006 18:50:17 +0000 (18:50 +0000)]
gdb/
* remote.c (PACKET_qXfer_auxv): New, renamed from PACKET_qPart_auxv.
(remote_supported_packet): Remove #if 0.
(remote_protocol_features): Add qPart:auxv:read.
(remote_unescape_input): New function.
(readchar): Don't mask off the high bit.
(read_frame): Use fputstrn_filtered for packet data.
(getpkt_sane): Return the number of bytes read or -1.  Use
fputstrn_unfiltered.
(remote_read_qxfer): New.
(remote_xfer_partial): Use it for TARGET_OBJECT_AUXV.
(_initialize_remote): Update packet registration.
* defs.h (fputstrn_filtered): New prototype.
* utils.c (fputstrn_filtered): New.
* NEWS: Mention qXfer.
gdb/doc/
* gdb.texinfo (OS Information): Update qPart reference to
qXfer.
(Remote configuration): Likewise.
(Overview): Move @cindex to the start of a paragraph.  Talk
about binary data encoding.
(Packets): Refer to the overview for the details of the X
packet encoding.
(General Query Packets): Remove qPart description.  Add qXfer
description.  Add an anchor to qSupported.  Correct feature
table title.  Add a new feature for qXfer:auxv:read.
(Interrupts): Add a missing parenthesis.
gdb/gdbserver/
* server.c (decode_xfer_read, write_qxfer_response): New.
(handle_query): Take a packet length argument.  Handle
qXfer:auxv:read instead of qPart:auxv:read.  Mention it in
the qSupported response.
(main): Update call to handle_query.

18 years ago * target.c (target_read): Stop if target_read_partial returns 0
drow [Wed, 12 Jul 2006 18:13:45 +0000 (18:13 +0000)]
* target.c (target_read): Stop if target_read_partial returns 0
when some bytes have already been read.
(target_write): Likewise for target_write_partial.
(target_read_partial, target_write_partial): Make static.
(target_read_alloc): New.
* target.h: Doc fixes.
(target_read_partial, target_write_partial): Delete prototypes.
(target_read_alloc): New prototype.

* auxv.c (target_auxv_read): Delete.
(target_auxv_search, fprint_target_auxv): Use target_read_alloc.
* auxv.h (target_auxv_read): Delete prototype.
* avr-tdep.c (avr_io_reg_read_command): Use target_read_alloc.
* ia64-tdep.c (getunwind_table, get_kernel_table): Likewise.
* linux-nat.c (linux_nat_make_corefile_notes): Likewise.
* procfs.c (procfs_make_note_section): Likewise.
* remote.c (remote_xfer_partial): Don't loop here.
* sparc-tdep.c (sparc_fetch_wcookie): Use target_read.

18 years ago * arm-linux-tdep.c: Doc fixes.
drow [Wed, 12 Jul 2006 18:05:49 +0000 (18:05 +0000)]
* arm-linux-tdep.c: Doc fixes.
(ARM_SIGCONTEXT_R0, ARM_UCONTEXT_SIGCONTEXT)
(ARM_OLD_RT_SIGFRAME_SIGINFO, ARM_OLD_RT_SIGFRAME_UCONTEXT)
(ARM_NEW_RT_SIGFRAME_UCONTEXT, ARM_NEW_SIGFRAME_MAGIC): New
constants.
(arm_linux_sigreturn_init, arm_linux_rt_sigreturn_init): Support
the new signal frame layouts.

18 years ago * Makefile.in (init.c) [LANG, LC_ALL]: Set to `c'.
drow [Wed, 12 Jul 2006 18:04:30 +0000 (18:04 +0000)]
* Makefile.in (init.c) [LANG, LC_ALL]: Set to `c'.
* gdb_indent.sh, gdb_mbuild.sh, observer.sh: Likewise.
* gdbarch.sh: Correct comment.

18 years ago * MAINTAINERS: Add Alfred Szmidt for the Hurd.
drow [Wed, 12 Jul 2006 17:37:24 +0000 (17:37 +0000)]
* MAINTAINERS: Add Alfred Szmidt for the Hurd.

18 years agobfd/
hjl [Wed, 12 Jul 2006 15:45:32 +0000 (15:45 +0000)]
bfd/

2006-07-12  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/2884
* elflink.c (_bfd_elf_merge_symbol): Copy the symbol info from
the old versioned dynamic definition to the new one with
non-default visibility.  Hide the symbol if it is hidden or
internal.

ld/testsuite/

2006-07-12  H.J. Lu  <hongjiu.lu@intel.com>

PR ld/2884
* ld-elf/begin.c: New file.
* ld-elf/end.c: Likewise.
* ld-elf/endhidden.c: Likewise.
* ld-elf/endprotected.c: Likewise.
* ld-elf/foo.c: Likewise.
* ld-elf/foo.map: Likewise.
* ld-elf/hidden.out: Likewise.
* ld-elf/main.c: Likewise.
* ld-elf/normal.out: Likewise.
* ld-elf/shared.exp: Likewise.

* lib/ld-lib.exp (run_cc_link_tests): New.

18 years agobfd/
rsandifo [Wed, 12 Jul 2006 12:46:59 +0000 (12:46 +0000)]
bfd/
2006-07-12  Matthew R. Dempsky  <mrd@alkemio.org>

* cpu-m68k.c (bfd_m68k_compatible): Handle CPU32.

ld/testsuite/
2006-07-12  Richard Sandiford  <richard@codesourcery.com>

* ld-m68k/merge-ok-1c.d: New test.
* ld-m68k/m68k.exp: Run it.

18 years ago * include/pthread.h: Define PTHREAD_PRIO_NONE, PTHREAD_PRIO_INHERIT and
corinna [Wed, 12 Jul 2006 09:55:46 +0000 (09:55 +0000)]
* include/pthread.h: Define PTHREAD_PRIO_NONE, PTHREAD_PRIO_INHERIT and
PTHREAD_PRIO_PROTECT only if _POSIX_THREAD_PRIO_INHERIT is defined.

18 years agoFix grammatical error in ChangeLog entry
nickc [Wed, 12 Jul 2006 09:08:34 +0000 (09:08 +0000)]
Fix grammatical error in ChangeLog entry

18 years ago* config/tc-sh.c (md_apply_fix): Do not allow the generic code in
nickc [Wed, 12 Jul 2006 09:02:00 +0000 (09:02 +0000)]
* config/tc-sh.c (md_apply_fix): Do not allow the generic code in
  fixup_segment() to repeat a range check on a value that have already
  been checked here.
* gas/sh/basic.exp: Run "too_large" dump test.
* gas/sh/too_large.s: New test file.  Check that .byte directives do not
  generate a bogus overflow message.
* gas/sh/too_large.s: New test control file.

18 years agodaily update
amodra [Wed, 12 Jul 2006 00:00:11 +0000 (00:00 +0000)]
daily update

18 years ago*** empty log message ***
gdbadmin [Wed, 12 Jul 2006 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

18 years ago * ld-cris/libdso-2.d: Adjust for recent hash-related changes.
hp [Tue, 11 Jul 2006 21:47:41 +0000 (21:47 +0000)]
* ld-cris/libdso-2.d: Adjust for recent hash-related changes.

18 years ago* alpha-tdep.h (ALPHA_INSN_SIZE): New define.
kettenis [Tue, 11 Jul 2006 20:44:53 +0000 (20:44 +0000)]
* alpha-tdep.h (ALPHA_INSN_SIZE): New define.

18 years ago2006-07-11 Thiemo Seufer <ths@networkno.de>
fche [Tue, 11 Jul 2006 18:21:32 +0000 (18:21 +0000)]
2006-07-11  Thiemo Seufer  <ths@networkno.de>

* cpu/sid-x86-cpu-wrapper.* (get_pc): Implement function.

18 years agodaily update
amodra [Tue, 11 Jul 2006 00:00:09 +0000 (00:00 +0000)]
daily update

18 years ago*** empty log message ***
gdbadmin [Tue, 11 Jul 2006 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

18 years agoinclude/
jakub [Mon, 10 Jul 2006 21:40:22 +0000 (21:40 +0000)]
include/
* bfdlink.h (struct bfd_link_info): Add emit_hash and
emit_gnu_hash bitfields.
include/elf/
* common.h (SHT_GNU_HASH, DT_GNU_HASH): Define.
ld/
* scripttempl/elf.sc: Add .gnu.hash section.
* emultempl/elf32.em (OPTION_HASH_STYLE): Define.
(gld${EMULATION_NAME}_add_options): Register --hash-style option.
(gld${EMULATION_NAME}_handle_option): Handle it.
(gld${EMULATION_NAME}_list_options): Document it.
* ldmain.c (main): Initialize emit_hash and emit_gnu_hash.
* ld.texinfo: Document --hash-style option.
bfd/
* elf.c (_bfd_elf_print_private_bfd_data): Handle DT_GNU_HASH.
(bfd_section_from_shdr, elf_fake_sections, assign_section_numbers):
Handle SHT_GNU_HASH.
(special_sections_g): Include .gnu.hash section.
(bfd_elf_gnu_hash): New function.
* elf-bfd.h (bfd_elf_gnu_hash, _bfd_elf_hash_symbol): New prototypes.
(struct elf_backend_data): Add elf_hash_symbol method.
* elflink.c (_bfd_elf_link_create_dynamic_sections): Create .hash
only if info->emit_hash, create .gnu.hash section if
info->emit_gnu_hash.
(struct collect_gnu_hash_codes): New type.
(elf_collect_gnu_hash_codes, elf_renumber_gnu_hash_syms,
_bfd_elf_hash_symbol): New functions.
(compute_bucket_count): Don't compute HASHCODES array, instead add
that and NSYMS as arguments.  Use bed->s->sizeof_hash_entry
instead of bed->s->arch_size / 8.  Fix .hash size estimation.
When not optimizing, use the number of hashed symbols rather than
dynsymcount.
(bfd_elf_size_dynamic_sections): Only add DT_HASH if info->emit_hash,
and ADD DT_GNU_HASH if info->emit_gnu_hash.
(bfd_elf_size_dynsym_hash_dynstr): Size .hash only if info->emit_hash,
adjust compute_bucket_count caller.  Create and populate .gnu.hash
section if info->emit_gnu_hash.
(elf_link_output_extsym): Only populate .hash section if
finfo->hash_sec != NULL.
(bfd_elf_final_link): Adjust assertion.  Handle DT_GNU_HASH.
* elfxx-target.h (elf_backend_hash_symbol): Define if not yet defined.
(elfNN_bed): Add elf_backend_hash_symbol.
* elf64-x86-64.c (elf64_x86_64_hash_symbol): New function.
(elf_backend_hash_symbol): Define.
* elf32-i386.c (elf_i386_hash_symbol): New function.
(elf_backend_hash_symbol): Define.
binutils/
* readelf.c (get_dynamic_type): Handle DT_GNU_HASH.
(get_section_type_name): Handle SHT_GNU_HASH.
(dynamic_info_DT_GNU_HASH): New variable.
(process_dynamic_section): Handle DT_GNU_HASH.
(process_symbol_table): Print also DT_GNU_HASH histogram.
ld/testsuite/
* ld-powerpc/tlsso32.r: Adjust.
* ld-powerpc/tlsso32.d: Adjust.
* ld-powerpc/tlsso32.g: Adjust.
* ld-powerpc/tlsso.r: Adjust.
* ld-powerpc/tlsso.g: Adjust.
* ld-powerpc/tlstocso.g: Adjust.

18 years ago* alphaobsd-tdep.c: New file.
kettenis [Mon, 10 Jul 2006 19:40:27 +0000 (19:40 +0000)]
* alphaobsd-tdep.c: New file.
* alphanbsd-tdep.c (_initialize_alphanbsd_tdep): Do not register a
handler for GDB_OSABI_OPENBSD_ELF.
* Makefile.in (ALLDEPFILES): Add alphaobsd-tdep.c.
(alphaobsd-tdep.o): New target.
* config/alpha/obsd.mt: New file.
* configure.tgt (alpha*-*-openbsd*): Set gdb_target to obsd.

18 years ago * alpha-tdep.h (struct gdbarch_tdep): Add return_in_memory.
rth [Mon, 10 Jul 2006 15:27:59 +0000 (15:27 +0000)]
    * alpha-tdep.h (struct gdbarch_tdep): Add return_in_memory.
* alpha-tdep.c (alpha_register_byte): Remove.
(alpha_extract_struct_value_address): Remove.
(alpha_return_value): New.
(alpha_return_in_memory_always): New.
(alpha_gdbarch_init): Set tdep->return_in_memory.  Don't call
set_gdbarch_deprecated_register_byte.  Do call set_gdbarch_return_value
instead of set_gdbarch_deprecated_use_struct_convention,
set_gdbarch_extract_return_value, set_gdbarch_store_return_value,
or set_gdbarch_deprecated_extract_struct_value_address.
* alphafbsd-tdep.c (alphafbsd_return_in_memory): Rename from
alphafbsd_use_struct_convention, remove gcc_p argument.
(alphafbsd_init_abi): Set tdep->return_in_memory instead of
set_gdbarch_deprecated_use_struct_convention.

18 years ago* po/zh_TW.po: New Chinese (traditional) translation.
nickc [Mon, 10 Jul 2006 14:30:41 +0000 (14:30 +0000)]
* po/zh_TW.po: New Chinese (traditional) translation.
* configure.in (ALL_LINGUAS): Add zh_TW.
* configure: Regenerate.

18 years ago * libc/inet_addr.c: Define __INSIDE_CYGWIN_NET__.
corinna [Mon, 10 Jul 2006 08:15:53 +0000 (08:15 +0000)]
* libc/inet_addr.c: Define __INSIDE_CYGWIN_NET__.
* libc/inet_network.c: Ditto.

18 years agodaily update
amodra [Mon, 10 Jul 2006 00:00:08 +0000 (00:00 +0000)]
daily update

18 years ago*** empty log message ***
gdbadmin [Mon, 10 Jul 2006 00:00:04 +0000 (00:00 +0000)]
*** empty log message ***

18 years ago* alphabsd-tdep.h (alphanbsd_regset_from_core_section): New
kettenis [Sun, 9 Jul 2006 22:01:59 +0000 (22:01 +0000)]
* alphabsd-tdep.h (alphanbsd_regset_from_core_section): New
prototype.
* alphanbsd-tdep.c (alphanbsd_regset_from_core_section): Handle
a.out-style core file format here.  Make global.
(alphanbsd_regset_from_core_section): Remove.
(alphanbsd_sigtramp_offset): Make static.
(alphanbsd_aout_init_abi): Remove.
(alphanbsd_core_osabi_sniffer): Return GDB_OSABI_NETBSD_ELF for
a.out style core files.
(_initialize_alphanbsd_tdep): Do not register a handler for
GDB_OSABI_NETBSD_AOUT.

18 years agoFix typo.
kettenis [Sun, 9 Jul 2006 16:12:30 +0000 (16:12 +0000)]
Fix typo.

18 years ago* alphabsd-tdep.h: Tweak comments.
kettenis [Sun, 9 Jul 2006 16:12:11 +0000 (16:12 +0000)]
* alphabsd-tdep.h: Tweak comments.
(SIZOEF_STRUCT_REG, SIZEOF_STRUCT_FPREG): Remove.
* alphanbsd-tdep.c: Reorder includes.  Include "regset.h".
(ALPHANBSD_SIZEOF_GREGS, ALPHANBSD_SIZEOF_FPREGS): New defines.
(alphanbsd_supply_fpregset, alphanbsd_supply_gregset)
(alphanbsd_aout_supply_gregset): New functions.
(alphanbsd_gregset, alphanbsd_fpregset, alphanbsd_aout_gregset):
New variables.
(alphanbsd_regset_from_core_section)
(alphanbsd_aout_regset_from_core_section): New functions.
(fetch_core_registers, fetch_elfcore_registers): Remove functions.
(alphanbsd_core_fns, alphanbsd_elf_fns): Remove variables.
(alphanbsd_init_abi): Set regset_from_core_section.
(alphanbsd_aout_init_abi, alphanbsd_core_osabi_sniffer): New
functions.
(_initialize_alphanbsd_tdep): Register NetBSD core file sniffer.
Use alphanbsd_aout_init_abi whre appropriate.  Don't call
deprecated_add_core_fns.
* Makefile.in (alphanbsd-tdep.o): Update dependencies.

18 years ago* alphabsd-tdep.c (alphabsd_supply_reg, alphabsd_fill_reg)
kettenis [Sun, 9 Jul 2006 09:24:39 +0000 (09:24 +0000)]
* alphabsd-tdep.c (alphabsd_supply_reg, alphabsd_fill_reg)
(alphabsd_supply_fpreg, alphabsd_fill_fpreg): Add missing spaces.

18 years ago* alphanbsd-tdep.c (alphanbsd_init_abi): Use
kettenis [Sun, 9 Jul 2006 09:21:19 +0000 (09:21 +0000)]
* alphanbsd-tdep.c (alphanbsd_init_abi): Use
svr4_lp64_fetch_link_map_offsets instead of
nbsd_lp64_solib_svr4_fetch_link_map_offsets.

18 years agodaily update
amodra [Sun, 9 Jul 2006 00:00:43 +0000 (00:00 +0000)]
daily update

18 years ago*** empty log message ***
gdbadmin [Sun, 9 Jul 2006 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

18 years agoWrap long line.
kettenis [Sat, 8 Jul 2006 21:43:00 +0000 (21:43 +0000)]
Wrap long line.

18 years ago*** empty log message ***
gdbadmin [Sat, 8 Jul 2006 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
amodra [Sat, 8 Jul 2006 00:00:06 +0000 (00:00 +0000)]
daily update

18 years agoAdd Broadcom SB-1A support.
wilson [Fri, 7 Jul 2006 23:17:55 +0000 (23:17 +0000)]
Add Broadcom SB-1A support.
* config/tc-mips.c (mips_cpu_info_table): Add sb1a.

18 years ago* gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
kettenis [Fri, 7 Jul 2006 23:10:42 +0000 (23:10 +0000)]
* gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
spaces/tabs in regular expressions since they might not be there.

18 years ago * fhandler_socket.cc (fhandler_socket::wait): Disable SA_RESTART
corinna [Fri, 7 Jul 2006 15:44:19 +0000 (15:44 +0000)]
* fhandler_socket.cc (fhandler_socket::wait): Disable SA_RESTART
handling for now.

18 years ago2006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
ams [Fri, 7 Jul 2006 12:53:47 +0000 (12:53 +0000)]
2006-07-07  Andrew Stubbs  <andrew.stubbs@st.com>

* gdb.base/ifelse.exp: New file.

18 years agoPR ld/2874
nickc [Fri, 7 Jul 2006 11:18:51 +0000 (11:18 +0000)]
PR ld/2874
* ld.texinfo: Remove "Using LD" from the title since it is redundant.

18 years ago * Makefile.in (DLL_OFILES): Add inet_addr.o and inet_network.o.
corinna [Fri, 7 Jul 2006 09:14:13 +0000 (09:14 +0000)]
* Makefile.in (DLL_OFILES): Add inet_addr.o and inet_network.o.
* autoload.cc (inet_addr): Drop definition.
(inet_ntoa): Ditto.
* net.cc: Forward declare cygwin_inet_aton and cygwin_inet_ntop.
(cygwin_inet_ntoa): Call cygwin_inet_ntop instead of Winsock inet_ntoa.
(cygwin_inet_addr): Remove here.
(cygwin_inet_aton): Ditto.
(cygwin_inet_network): Ditto.
* libc/inet_addr.c: New file implementing cygwin_inet_aton and
cygwin_inet_addr.
* libc/inet_network.c: New file implementing cygwin_inet_network.

18 years ago*** empty log message ***
gdbadmin [Fri, 7 Jul 2006 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
amodra [Fri, 7 Jul 2006 00:00:10 +0000 (00:00 +0000)]
daily update

18 years ago* hookapi.cc: Add comment header
cgf [Thu, 6 Jul 2006 17:16:36 +0000 (17:16 +0000)]
* hookapi.cc: Add comment header
(putmem): Make static.
(get_export): Ditto.
(rvadelta): Ditto.  Don't assume that a section which ends where the import_rva
begins is the import list.
* child_info.h: Update copyright.
* fork.cc: Ditto.