OSDN Git Service

pf3gnuchains/pf3gnuchains3x.git
18 years agobfd/
rsandifo [Wed, 5 Apr 2006 12:41:56 +0000 (12:41 +0000)]
bfd/
* config.bfd (sparc-*-vxworks*): New stanza.
* configure.in (bfd_elf32_sparc_vxworks_vec): New stanza.
(bfd_elf32_sparc_vec, bfd_elf64_sparc_vec): Add elf-vxworks.lo.
* configure: Regenerate.
* elf32-sparc.c: Include elf-vxworks.h.
(elf32_sparc_vxworks_link_hash_table_create: New.
(elf32_sparc_vxworks_final_write_processing): New.
(TARGET_BIG_SYM): Override for VxWorks.
(TARGET_BIG_NAME, ELF_MINPAGESIZE): Likewise.
(bfd_elf32_bfd_link_hash_table_create): Likewise.
(elf_backend_want_got_plt, elf_backend_plt_readonly): Likewise.
(elf_backend_got_header_size, elf_backend_add_symbol_hook): Likewise.
(elf_backend_link_output_symbol_hook): Likewise.
(elf_backend_emit_relocs): Likewise.
(elf_backend_final_write_processing, elf32_bed): Likewise.
* elfxx-sparc.c: Include libiberty.h and elf-vxworks.h.
(sparc_vxworks_exec_plt0_entry, sparc_vxworks_exec_plt_entry): New.
(sparc_vxworks_shared_plt0_entry, sparc_vxworks_shared_plt_entry): New.
(_bfd_sparc_elf_link_hash_table_create): Don't initialize
build_plt_entry here.
(create_got_section): Initialize sgotplt for VxWorks.
(_bfd_sparc_elf_create_dynamic_sections): Initialize build_plt_entry,
plt_header_size and plt_entry_size, with new VxWorks-specific settings.
Call elf_vxworks_create_dynamic_sections for VxWorks.
(allocate_dynrelocs): Use plt_header_size and plt_entry_size.
Allocate room for .got.plt and .rela.plt.unloaded entries on VxWorks.
(_bfd_sparc_elf_size_dynamic_sections): Don't allocate a nop in .plt
for VxWorks.  Check for the .got.plt section.
(sparc_vxworks_build_plt_entry): New function.
(_bfd_sparc_elf_finish_dynamic_symbol): Add handling of VxWorks PLTs.
Don't make _GLOBAL_OFFSET_TABLE_ and _PROCEDURE_LINKAGE_TABLE_
absolute on VxWorks.
(sparc32_finish_dyn): Add special handling for DT_RELASZ
and DT_PLTGOT on VxWorks.
(sparc_vxworks_finish_exec_plt): New.
(sparc_vxworks_finish_shared_plt): New.
(_bfd_sparc_elf_finish_dynamic_sections): Call them.
Use plt_header_size and plt_entry_size.
* elfxx-sparc.h (_bfd_sparc_elf_link_hash_table): Add is_vxworks,
srelplt2, sgotplt, plt_header_size and plt_entry_size fields.
* Makefile.am (elfxx-sparc.lo): Depend on elf-vxworks.h.
(elf32-sparc.lo): Likewise.
* Makefile.in: Regenerate.
* targets.c (bfd_elf32_sparc_vxworks_vec): Declare.
(_bfd_target_vector): Add a pointer to it.

gas/
* config/tc-sparc.c (sparc_target_format): Handle TE_VXWORKS.
(GOTT_BASE, GOTT_INDEX): New.
(tc_gen_reloc): Don't alter relocations against GOTT_BASE and
GOTT_INDEX when generating VxWorks PIC.
* configure.tgt (sparc*-*-vxworks*): Remove this special case;
use the generic *-*-vxworks* stanza instead.

gas/testsuite/
* gas/sparc/vxworks-pic.s, gas/sparc/vxworks-pic.d: New test.
* gas/sparc/sparc.exp: Run it.  Remove sparc*-*-vxworks* XFAILs.

ld/
* configure.tgt (sparc*-*-vxworks*): New stanza.
* emulparams/elf32_sparc_vxworks.sh: New file.
* Makefile.am (ALL_EMULATIONS): Add eelf32_sparc_vxworks.o.
(eelf32_sparc_vxworks.c): New rule.
* Makefile.in: Regenerate.

ld/testsuite/
* ld-sparc/vxworks1.dd, ld-sparc/vxworks1.ld, ld-sparc/vxworks1-lib.dd,
* ld-sparc/vxworks1-lib.nd, ld-sparc/vxworks1-lib.rd,
* ld-sparc/vxworks1-lib.s, ld-sparc/vxworks1.rd, ld-sparc/vxworks1.s,
* ld-sparc/vxworks1-static.d, ld-sparc/vxworks2.s,
* ld-sparc/vxworks2.sd, ld-sparc/vxworks2-static.sd: New tests.
* ld-sparc/sparc.exp: Run them.

18 years ago * include/mq.h: New file.
papadopo [Wed, 5 Apr 2006 10:01:56 +0000 (10:01 +0000)]
* include/mq.h: New file.
* lib/mqrt.def: (MQ*): Define a few missing functions.

18 years ago * lib/mqrt.def: New file.
papadopo [Wed, 5 Apr 2006 07:23:14 +0000 (07:23 +0000)]
* lib/mqrt.def: New file.
Needs the mq.h file to work properly, working on it.
Thanks to:    Pascal Obry <pobry at users dot sf dot net>

18 years ago * include/winerror.h (STG_E_*): Define.
papadopo [Wed, 5 Apr 2006 07:06:06 +0000 (07:06 +0000)]
* include/winerror.h (STG_E_*):  Define.
Thanks to:    Oliver Stoeneberg <kidkat at users dot sf dot net>
* include/winerror.h (STG_S_*): Define.
(CO_S_MACHINENAMENOTFOUND): Define.
(RPC_E_*): Define.
(NTE_*): Define.

18 years agofaq.using.chmod faq.programming.adjusting-heap
joshuadfranklin [Wed, 5 Apr 2006 04:09:55 +0000 (04:09 +0000)]
faq.using.chmod faq.programming.adjusting-heap

18 years ago * lib/ld-lib.exp: Comment cleanups.
bje [Wed, 5 Apr 2006 01:51:15 +0000 (01:51 +0000)]
* lib/ld-lib.exp: Comment cleanups.

18 years agodaily update
amodra [Wed, 5 Apr 2006 00:00:07 +0000 (00:00 +0000)]
daily update

18 years ago*** empty log message ***
gdbadmin [Wed, 5 Apr 2006 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

18 years ago * gdb.base/float.exp: Add pattern for sparc targets.
davem [Tue, 4 Apr 2006 23:17:41 +0000 (23:17 +0000)]
* gdb.base/float.exp: Add pattern for sparc targets.

18 years ago * Makefile.in (sparc-linux-nat.o, sparc64-linux-nat.o): Update for
davem [Tue, 4 Apr 2006 22:14:52 +0000 (22:14 +0000)]
* Makefile.in (sparc-linux-nat.o, sparc64-linux-nat.o): Update for
new includes.

18 years ago * config/linux.mh (NATDEPFILES): Remove sparc-sol2-nat.o
davem [Tue, 4 Apr 2006 21:53:45 +0000 (21:53 +0000)]
* config/linux.mh (NATDEPFILES): Remove sparc-sol2-nat.o
* config/linux64.h (NATDEPFILES): Likewise
* sparc-linux-nat.c (supply_gregset, supply_fpregset, fill_gregset,
fill_fpregset): New.
* sparc64-linux-nat.c (supply_gregset, supply_fpregset, fill_gregset,
fill_fpregset): New.

18 years ago * Makefile.in (elf_common_h): Define.
schwab [Tue, 4 Apr 2006 17:06:34 +0000 (17:06 +0000)]
* Makefile.in (elf_common_h): Define.

18 years ago * net.cc (fdsock): Raise default SO_RCVBUF/SO_SNDBUF buffer sizes to
corinna [Tue, 4 Apr 2006 09:54:25 +0000 (09:54 +0000)]
* net.cc (fdsock): Raise default SO_RCVBUF/SO_SNDBUF buffer sizes to
the same values as on Linux.

18 years ago * ldlang.c (lang_map): Print the list of discarded input sections.
ebotcazou [Tue, 4 Apr 2006 08:52:21 +0000 (08:52 +0000)]
* ldlang.c (lang_map): Print the list of discarded input sections.
(print_input_section): Change parameter and print zero-sized sections.
(print_statement): Adjust call to print_input_section.

18 years ago PR 997
amodra [Tue, 4 Apr 2006 08:04:57 +0000 (08:04 +0000)]
PR 997
* frags.c (frag_offset_fixed_p): New function.
* frags.h (frag_offset_fixed_p): Declare.
* expr.c (expr): Use frag_offset_fixed_p when simplifying subtraction.
(resolve_expression): Likewise.

18 years agodaily update
amodra [Tue, 4 Apr 2006 00:00:07 +0000 (00:00 +0000)]
daily update

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

18 years ago * config/tc-xtensa.c (init_op_placement_info_table): Check for formats
bwilson [Mon, 3 Apr 2006 19:11:05 +0000 (19:11 +0000)]
* config/tc-xtensa.c (init_op_placement_info_table): Check for formats
of the same length but different numbers of slots.

18 years ago* child_info.h (CURR_CHILD_INFO_MAGIC): Update.
cgf [Mon, 3 Apr 2006 17:33:07 +0000 (17:33 +0000)]
* child_info.h (CURR_CHILD_INFO_MAGIC): Update.
(child_info_fork::alloc_stack): Move into this class.
(child_info_fork::alloc_stack_hard_way): Ditto.
* dcrt0.cc (child_info_fork::alloc_stack): Ditto.
(child_info_fork::alloc_stack_hard_way): Ditto.
(_dll_crt0): Reference alloc_stack via fork_info.

18 years ago * spawn.cc (linebuf::finish): Drop argument. Don't check command line
corinna [Mon, 3 Apr 2006 17:21:42 +0000 (17:21 +0000)]
* spawn.cc (linebuf::finish): Drop argument.  Don't check command line
length.
(spawn_guts): Remove wascygexec.  Check real_path.iscygexec instead.
Accommodate change to linebuf::finish.

18 years ago* dcrt0.cc (sm): Delete.
cgf [Mon, 3 Apr 2006 16:04:01 +0000 (16:04 +0000)]
* dcrt0.cc (sm): Delete.
(alloc_stack_hard_way): Figure out where the stack lives here rather than
relying on previously filled out information which has been invalid since
1.5.19.

18 years ago2006-04-03 Andrew Stubbs <andrew.stubbs@st.com>
ams [Mon, 3 Apr 2006 14:31:14 +0000 (14:31 +0000)]
2006-04-03  Andrew Stubbs  <andrew.stubbs@st.com>

* sh-tdep.c (sh_dwarf2_frame_init_reg): New function.
(sh_gdbarch_init): Call dwarf2_frame_set_init_reg().

18 years ago * include/commctrl.h (ListView_*): Define and correct.
papadopo [Mon, 3 Apr 2006 13:01:26 +0000 (13:01 +0000)]
* include/commctrl.h (ListView_*):  Define and correct.
(LVM_*): Define.

18 years ago * include/winuser.h (WM_IME_*): Define (DWORD type).
papadopo [Mon, 3 Apr 2006 09:55:26 +0000 (09:55 +0000)]
* include/winuser.h (WM_IME_*): Define (DWORD type).
(EM_*IMESTATUS): Define.
(WM_*): Define.
(XBUTTON*): Define.
Thanks to:    Steve Folly <spfolly at users dot sf dot net>

18 years ago* cygwinenv.sgml: Rename fork_retry to proc_retry since it has turned out to be
cgf [Mon, 3 Apr 2006 03:37:52 +0000 (03:37 +0000)]
* cygwinenv.sgml: Rename fork_retry to proc_retry since it has turned out to be
more general than just fork.

18 years ago * sim/cris/hw: New directory for subdirectories with tests.
hp [Mon, 3 Apr 2006 03:05:00 +0000 (03:05 +0000)]
* sim/cris/hw: New directory for subdirectories with tests.
* sim/cris/hw/rv-n-cris: New directory with tests.

18 years ago * cris/dv-cris.c, cris/dv-rv.c, cris/rvdummy.c: New files.
hp [Mon, 3 Apr 2006 03:01:45 +0000 (03:01 +0000)]
* cris/dv-cris.c, cris/dv-rv.c, cris/rvdummy.c: New files.
* cris/Makefile.in (CONFIG_DEVICES): Remove redundant setting.
(dv-cris.o, dv-rv.o rvdummy$(EXEEXT), rvdummy.o): New rules.
(all): Depend on rvdummy$(EXEEXT).
* cris/configure.ac: Call SIM_AC_OPTION_WARNINGS.  Check for
sys/socket.h and sys/select.h.  Call SIM_AC_OPTION_HARDWARE,
default off.
* cris/configure: Regenerate.
* cris/cris-sim.h (cris_have_900000xxif): Declare here.
(enum cris_interrupt_type, crisv10deliver_interrupt)
(crisv32deliver_interrupt: New declarations.
* cris/cris-tmpl.c [WITH_HW] (MY (f_model_insn_after)): Call
sim_events_tickn and set state-events member work_pending when it's
time for the next event.
[WITH_HW] (MY (f_specific_init)): Set CPU-model-specific
interrupt-delivery function.
* cris/crisv10f.c (MY (deliver_interrupt)): New function.
* cris/crisv32f.c (MY (deliver_interrupt)): New function.
* cris/devices.c: Include hw-device.h.
(device_io_read_buffer) [WITH_HW]: Call hw_io_read_buffer.
(device_io_write_buffer): Only perform 0x900000xx-functions if
cris_have_900000xxif is nonzero.  Else if WITH_HW defined,
call hw_io_write_buffer.  Add return 0 last in function.
* cris/sim-if.c (cris_have_900000xxif): Now global.
(sim_open) [WITH_HW]: Clear deliver_interrupt cpu member.
Force "-model" option, effectively.
* cris/sim-main.h (cris_interrupt_delivery_fn): New type.
(struct _sim_cpu) [WITH_HW]: New member deliver_interrupt.

18 years ago*** empty log message ***
gdbadmin [Mon, 3 Apr 2006 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
amodra [Mon, 3 Apr 2006 00:00:06 +0000 (00:00 +0000)]
daily update

18 years ago * cris/Makefile.in (CRISV10F_OBJS): Remove semcrisv10f-switch.o.
hp [Sun, 2 Apr 2006 12:46:42 +0000 (12:46 +0000)]
* cris/Makefile.in (CRISV10F_OBJS): Remove semcrisv10f-switch.o.
(CRISV32F_OBJS): Remove semcrisv32f-switch.o.
(semcrisv10f-switch.o, semcrisv32f-switch.o: Remove dependency rules.

18 years ago * sim/cris/asm/testutils.inc (test_h_mem): Use register prefix.
hp [Sun, 2 Apr 2006 11:43:44 +0000 (11:43 +0000)]
* sim/cris/asm/testutils.inc (test_h_mem): Use register prefix.
(testr_h_dr, test_h_dr, ldmem_h_gr, mvr_h_mem): Ditto.  Correct
syntax.

18 years ago * sim/cris/asm/x0-v10.ms, sim/cris/asm/x0-v32.ms: Widen regexp for
hp [Sun, 2 Apr 2006 11:31:40 +0000 (11:31 +0000)]
* sim/cris/asm/x0-v10.ms, sim/cris/asm/x0-v32.ms: Widen regexp for
stack pointer values.

18 years agodaily update
amodra [Sun, 2 Apr 2006 00:00:04 +0000 (00:00 +0000)]
daily update

18 years ago*** empty log message ***
gdbadmin [Sun, 2 Apr 2006 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

18 years ago * deffilep.y (def_image_name): If LIBRARY or NAME statement
dannysmith [Sat, 1 Apr 2006 04:51:23 +0000 (04:51 +0000)]
* deffilep.y (def_image_name): If LIBRARY or NAME statement
specifies an empty string, retain the name specified on command
line.
* ld.texinfo: Document above

18 years ago*** empty log message ***
gdbadmin [Sat, 1 Apr 2006 00:00:32 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
amodra [Sat, 1 Apr 2006 00:00:05 +0000 (00:00 +0000)]
daily update

18 years agomerge from gcc
dj [Fri, 31 Mar 2006 23:01:16 +0000 (23:01 +0000)]
merge from gcc

18 years ago * fhandler_disk_file.cc (FS_IS_SAMBA_WITH_QUOTA): New define.
corinna [Fri, 31 Mar 2006 20:07:13 +0000 (20:07 +0000)]
* fhandler_disk_file.cc (FS_IS_SAMBA_WITH_QUOTA): New define.
(path_conv::hasgood_inode): Recognize Samba with quota support
compiled in.
(path_conv::is_samba): Ditto.  Fix comment to include Samba version
numbers for later reference.

18 years ago2006-03-31 Michael Snyder <msnyder@redhat.com>
msnyder [Fri, 31 Mar 2006 19:47:11 +0000 (19:47 +0000)]
2006-03-31  Michael Snyder  <msnyder@redhat.com>

* gdb.texinfo: Update copyright dates.

18 years agoFix last change.
eliz [Fri, 31 Mar 2006 14:17:58 +0000 (14:17 +0000)]
Fix last change.

18 years ago * gdb.texinfo (Overview): Add an index entry to "empty response".
eliz [Fri, 31 Mar 2006 14:14:28 +0000 (14:14 +0000)]
* gdb.texinfo (Overview): Add an index entry to "empty response".

18 years ago * pdp11-opc.c (pdp11_opcodes): Fix opcode for SEC instruction.
amodra [Fri, 31 Mar 2006 11:43:14 +0000 (11:43 +0000)]
* pdp11-opc.c (pdp11_opcodes): Fix opcode for SEC instruction.

18 years ago * ldmisc.c (vfinfo): Revert 2005-10-05 changes. If
jakub [Fri, 31 Mar 2006 11:23:54 +0000 (11:23 +0000)]
* ldmisc.c (vfinfo): Revert 2005-10-05 changes.  If
bfd_find_nearest_line succeeded for %C or %D, but filename
is NULL, print section+offset at the end.

18 years ago2006-03-31 Andrew Stubbs <andrew.stubbs@st.com>
ams [Fri, 31 Mar 2006 10:36:17 +0000 (10:36 +0000)]
2006-03-31  Andrew Stubbs  <andrew.stubbs@st.com>

* value.h (struct internalvar): Add field 'endian'.
* value.c (lookup_internalvar): Initialise endian.
(value_of_internalvar): Flip the endian of built-in types if required.
(set_internalvar): Set the endian.
(show_convenience): Access the value through value_of_internalvar().

18 years ago * include/winnetwk.h (WNetGetResourceInformationW): Correct first param.
dannysmith [Fri, 31 Mar 2006 09:08:47 +0000 (09:08 +0000)]
* include/winnetwk.h (WNetGetResourceInformationW):  Correct first param.
Thanks to: Rene Rivera  <grafik at users dot sf dot net>.

18 years ago PR binutils/1860
bje [Fri, 31 Mar 2006 02:32:20 +0000 (02:32 +0000)]
PR binutils/1860
* configure.in: Require makeinfo 4.4 or higher.
* configure: Regenerate.

18 years agodaily update
amodra [Fri, 31 Mar 2006 00:00:08 +0000 (00:00 +0000)]
daily update

18 years ago*** empty log message ***
gdbadmin [Fri, 31 Mar 2006 00:00:04 +0000 (00:00 +0000)]
*** empty log message ***

18 years ago2006-03-30 Vladimir Prus <ghost@cs.msu.su>
drow [Thu, 30 Mar 2006 16:56:30 +0000 (16:56 +0000)]
2006-03-30  Vladimir Prus  <ghost@cs.msu.su>

* remote.c (watchpoint_to_Z_packet): Use values of Z_packet_type enum
instead of hardcoded integer literals.

18 years agogdb/
drow [Thu, 30 Mar 2006 16:51:19 +0000 (16:51 +0000)]
gdb/
* cli/cli-script.c (insert_args): Handle NULL user_args.
gdb/testsuite/
* gdb.base/commands.exp (stray_arg0_test): New test.

18 years ago * arm-tdep.c (thumb_scan_prologue): Don't try to analyze
drow [Thu, 30 Mar 2006 16:48:47 +0000 (16:48 +0000)]
* arm-tdep.c (thumb_scan_prologue): Don't try to analyze
the function at zero if we have no symbols.

18 years ago * i386-stub.c (getpacket): Fix array overflow.
drow [Thu, 30 Mar 2006 16:44:12 +0000 (16:44 +0000)]
* i386-stub.c (getpacket): Fix array overflow.
* m32r-stub.c (getpacket): Likewise.
* m68k-stub.c (getpacket): Likewise.
* sh-stub.c (getpacket): Likewise.
* sparc-stub.c (getpacket): Likewise.

18 years ago * frame.h (set_current_sal_from_frame): New prototype.
drow [Thu, 30 Mar 2006 16:37:12 +0000 (16:37 +0000)]
* frame.h (set_current_sal_from_frame): New prototype.
* stack.c (set_current_sal_from_frame): Make global.
* infrun.c (normal_stop): Call set_current_sal_from_frame.

18 years ago * linux-thread-db.c: Include "linux-nat.h".
drow [Thu, 30 Mar 2006 16:34:23 +0000 (16:34 +0000)]
* linux-thread-db.c: Include "linux-nat.h".
(check_for_thread_db): New function, split out from
thread_db_new_objfile.  Remove dead check for active
thread_db on inapplicable targets.
(thread_db_new_objfile): Call check_for_thread_db.
* Makefile.in (linux-thread-db.o): Update.
* linux-nat.c (child_post_attach): Call check_for_thread_db.
(linux_child_post_startup_inferior): Likewise.
(lin_lwp_attach_lwp): Call target_post_attach instead of
child_post_attach.
* linux-nat.h (check_for_thread_db): New prototype.

18 years ago * remote.c (struct remote_state): Add BUF and BUF_SIZE.
drow [Thu, 30 Mar 2006 16:25:05 +0000 (16:25 +0000)]
* remote.c (struct remote_state): Add BUF and BUF_SIZE.
(init_remote_state): Initialize the new fields.
(get_memory_packet_size): Update BUF and BUF_SIZE if necessary.
(set_thread, remote_thread_alive, remote_unpack_thread_info_response)
(remote_get_threadinfo, parse_threadlist_response)
(remote_get_threadlist, remote_current_thread, remote_threads_info)
(remote_threads_extra_info, extended_remote_restart, get_offsets)
(remote_check_symbols, remote_open_1, remote_detach)
(remove_vcont_probe, remote_vcont_resume, remote_resume)
(remote_wait, remote_async_wait, fetch_register_using_p)
(remote_fetch_registers, store_register_using_P)
(remote_store_registers, check_binary_download, remote_write_bytes)
(remote_read_bytes, remote_insert_breakpoint)
(remote_remove_breakpoint, remote_insert_watchpoint)
(remote_remove_watchpoint, remote_insert_hw_breakpoint)
(remote_remove_hw_breakpoint, compare_sections_command)
(remote_xfer_partial, remote_rcmd, packet_command)
(remote_get_thread_local_address): Use the global incoming buffer
instead of alloca or xmalloc.  Limit outgoing packets to
rs->remote_packet_size and incoming packets to rs->buf_size.
Update calls to getpkt and remote_send.
(remote_send): Take arguments by reference.
(putpkt_binary): Eliminate junkbuf.  Use skip_frame.
(skip_frame): New function.
(read_frame): Take arguments by reference.  Expand the packet
buffer instead of issuing an error.
(getpkt, getpkt_sane): Take arguments by reference.
* remote.h (getpkt): Update prototype and doc.
* tracepoint.c (remote_get_noisy_reply): Take arguments by
reference.
(target_buf): Change from array to pointer.
(target_buf_size): New variable.
(remote_set_transparent_ranges): Update call to getpkt.
(trace_start_command, trace_stop_command, trace_status_command):
Update calls to remote_get_noisy_reply.
(finish_tfind_command): Take arguments by reference.
(trace_find_command, trace_find_pc_command)
(trace_find_tracepoint_command, trace_find_line_command):
(trace_find_range_command, trace_find_outside_command): Update
calls to finish_tfind_command.
(_initialize_tracepoint): Initialize target_buf_size and target_buf.

18 years ago2006-03-30 Paul Brook <paul@codesourcery.com>
pbrook [Thu, 30 Mar 2006 16:21:26 +0000 (16:21 +0000)]
2006-03-30  Paul Brook  <paul@codesourcery.com>

* gdb.mi/mi-until.exp: kfail broken until command.
* gdb.mi/mi2-until.exp: Ditto.

18 years ago * security.h (sec_user_nih): Make sid1 argument mandatory.
corinna [Thu, 30 Mar 2006 16:08:49 +0000 (16:08 +0000)]
* security.h (sec_user_nih): Make sid1 argument mandatory.
(sec_user): Ditto.

18 years ago2005-03-30 Randolph Chung <tausq@debian.org>
tausq [Thu, 30 Mar 2006 14:27:44 +0000 (14:27 +0000)]
2005-03-30  Randolph Chung  <tausq@debian.org>

* hppa-linux-tdep.c: Include regset.h.
(GR_REGNUM, TR_REGNUM, greg_map): New.
(hppa_linux_supply_regset, hppa_linux_supply_fpregset): New.
(hppa_linux_regset, hppa_linux_fpregset): New.
(hppa_linux_regset_from_core_section): New.
(hppa_linux_init_abi): Set regset_from_core_section.
(_initialize_hppa_linux_tdep): Register osabi handler for
64-bit Linux.
* Makefile.in (hppa-linux-tdep.o): Update dependencies.
* config/pa/linux.mh: Stop using core-regset.o

18 years ago2006-03-30 Randolph Chung <tausq@debian.org>
tausq [Thu, 30 Mar 2006 14:14:58 +0000 (14:14 +0000)]
2006-03-30  Randolph Chung  <tausq@debian.org>

* hppa-tdep.c (hppa_find_unwind_entry_in_block): New.
(hppa_frame_cache): Use new function to find unwind entry.
(hppa_frame_this_id): Likewise.
(hppa_frame_unwind_sniffer): Likewise.

18 years ago * configure.in: Fix help string for --enable-targets option.
schwab [Thu, 30 Mar 2006 13:35:17 +0000 (13:35 +0000)]
* configure.in: Fix help string for --enable-targets option.
* configure: Regenerate.

18 years ago* include/winspool.h: Protect use of PRINTER_ENUM_VALUESW with proper version
cgf [Thu, 30 Mar 2006 04:01:43 +0000 (04:01 +0000)]
* include/winspool.h: Protect use of PRINTER_ENUM_VALUESW with proper version
conditional.

18 years ago* sigproc.cc (wait_for_sigthread): Use the current user sid when setting up the
cgf [Thu, 30 Mar 2006 00:57:59 +0000 (00:57 +0000)]
* sigproc.cc (wait_for_sigthread): Use the current user sid when setting up the
signal pipe rather than relying on (eventually) the effective sid.

18 years ago PR ld/2267
bje [Thu, 30 Mar 2006 00:22:20 +0000 (00:22 +0000)]
PR ld/2267
* elflink.c (elf_fixup_link_order): Ensure `elfsec' is not a
special section number that exceeds the number of ELF sections
(eg. SHN_MIPS_SCOMMON).

18 years agodaily update
amodra [Thu, 30 Mar 2006 00:00:05 +0000 (00:00 +0000)]
daily update

18 years ago*** empty log message ***
gdbadmin [Thu, 30 Mar 2006 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

18 years ago2006-03-29 Daniel Jacobowitz <dan@codesourcery.com>
drow [Wed, 29 Mar 2006 22:58:53 +0000 (22:58 +0000)]
2006-03-29  Daniel Jacobowitz  <dan@codesourcery.com>

* NEWS: Mention the removal of NLM.

2006-03-29  Steve Ellcey  <sje@cup.hp.com>

* Makefile.in (nlm): Remove target.
* configure.tgt (i[34567]86-*-netware*): Do not set build_nlm.
* configure.ac: Remove AC_CONFIG_SUBDIRS of nlm.
* configure: Regenerate.
* doc/gdb.texinfo: Remove gdbserve.nlm documentation.
* nlm: Remove directory.

18 years ago * Makefile.in (utils.o): Update.
drow [Wed, 29 Mar 2006 22:53:33 +0000 (22:53 +0000)]
* Makefile.in (utils.o): Update.
* top.c (in_user_command): New.
(command_line_input): Use input_from_terminal_p.
(input_from_terminal_p): Don't check caution.  Handle
stdin == NULL for Insight.
* top.h (in_user_command, caution): New declarations.
* utils.c: Include "top.h".
(query, defaulted_query): Check caution here.  Move the call
to input_from_terminal_p higher.
* cli/cli-script.c (do_restore_user_call_depth): Only decrement
the depth.  Update in_user_command if necessary.
(execute_user_command): Don't clobber old_chain.  Set
in_user_command.  Let do_restore_user_call_depth handle
user_call_depth.
(read_command_lines): Check whether to prompt before calling
Insight hooks.
* tui/tui-hooks.c (tui_query_hook): Remove newly unnecessary
input_from_terminal_p check.

18 years ago2006-03-29 Shaun Jackman <sjackman@gmail.com>
jjohnstn [Wed, 29 Mar 2006 22:38:46 +0000 (22:38 +0000)]
2006-03-29  Shaun Jackman  <sjackman@gmail.com>

        * libc/sys/linux/include/netinet/ip.h: Include netinet/in_systm.h
        for the declaration of n_long.

18 years ago2006-03-29 Shaun Jackman <sjackman@gmail.com>
jjohnstn [Wed, 29 Mar 2006 22:22:59 +0000 (22:22 +0000)]
2006-03-29  Shaun Jackman  <sjackman@gmail.com>

        * libc/sys/linux/include/net/if.h: Include sys/socket.h for
        struct sockaddr.
        (IFF_SMART): Replace this define with IFF_NOTRAILERS.
        (IFF_CANTCHANGE): Replace IFF_SMART reference with IFF_NOTRAILERS.
        (IFF_NOTRAILERS): New define.
        (struct ifreq): Add ifru_netmask.
        (ifr_netmask): New define.

18 years ago2006-03-29 Shaun Jackman <sjackman@gmail.com>
jjohnstn [Wed, 29 Mar 2006 22:09:56 +0000 (22:09 +0000)]
2006-03-29  Shaun Jackman  <sjackman@gmail.com>

        * libc/sys/linux/sys/ioccom.h (ioctl): Change declaration to
        match sys/ioctl.h.

18 years ago2006-03-29 Shaun Jackman <sjackman@gmail.com>
jjohnstn [Wed, 29 Mar 2006 22:04:27 +0000 (22:04 +0000)]
2006-03-29  Shaun Jackman  <sjackman@gmail.com>

        * libtool.m4: Set lt_cv_deplibs_check_method=pass_all for
        linux-newlib libc implementations.

18 years ago2006-03-29 Eric Blake <ebb9@byu.net>
jjohnstn [Wed, 29 Mar 2006 21:57:20 +0000 (21:57 +0000)]
2006-03-29  Eric Blake  <ebb9@byu.net>

        * libc/stdio/freopen.c (_freopen_r) [__SCLE]: Fix typo.
        * libc/stdio64/freopen64.c (_freopen64_r) [__SCLE]: Likewise.

18 years agoFix reference to __mknod syscall to pass proper third argument.
jjohnstn [Wed, 29 Mar 2006 21:50:52 +0000 (21:50 +0000)]
Fix reference to __mknod syscall to pass proper third argument.

18 years ago2006-03-29 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Wed, 29 Mar 2006 21:49:57 +0000 (21:49 +0000)]
2006-03-29  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/sys/linux/io.c (__mknod): Fix declaration of
        syscall to pass a dev_t as third argument rather than
        a pointer to dev_t.

18 years ago2006-03-29 Jeff Johnston <jjohnstn@redhat.com>
jjohnstn [Wed, 29 Mar 2006 21:45:16 +0000 (21:45 +0000)]
2006-03-29  Jeff Johnston  <jjohnstn@redhat.com>

        * libc/sys/linux/net/name6.c: Fix struct references.

18 years ago2006-03-29 Harry Hsin-Hua Pan <harry@andestech.com>
fche [Wed, 29 Mar 2006 21:21:10 +0000 (21:21 +0000)]
2006-03-29  Harry Hsin-Hua Pan  <harry@andestech.com>

* arm7f.cxx (compute_operand2_immshift): Implement RRX.

18 years ago * s390-nat.c (s390_insert_watchpoint): Add missing argument.
uweigand [Wed, 29 Mar 2006 18:26:59 +0000 (18:26 +0000)]
* s390-nat.c (s390_insert_watchpoint): Add missing argument.
(s390_remove_watchpoint): Likewise.

18 years ago * include/winspool.h (JOB_INFO_3): Add structure.
papadopo [Wed, 29 Mar 2006 17:09:59 +0000 (17:09 +0000)]
* include/winspool.h (JOB_INFO_3): Add structure.
(PROVIDOR_INFO_*{AW}): Add structure.
* include/winspool.h [_WIN32_WINNT >= 0x0500]
(PRINTER_ENUM_VALUES{AW}): Add structure.
(PRINTPROCESSOR_CAPS): Add structure.

18 years agoAdd missing file that got left out of a previous commit.
bernds [Wed, 29 Mar 2006 14:17:57 +0000 (14:17 +0000)]
Add missing file that got left out of a previous commit.

18 years ago * generic/gdbtk-cmds.c: Include sys/cygwin.h if __CYGWIN__ defined.
briand [Wed, 29 Mar 2006 13:49:37 +0000 (13:49 +0000)]
* generic/gdbtk-cmds.c: Include sys/cygwin.h if __CYGWIN__ defined.
(gdb_path_conv): Call cygwin_conv_to_full_win32_path instead.

18 years ago * include/winspool.h [_WIN32_WINNT >= 0x0500]
papadopo [Wed, 29 Mar 2006 12:41:58 +0000 (12:41 +0000)]
* include/winspool.h [_WIN32_WINNT >= 0x0500]
(PRINTER_INFO_7A): Correct definition.

18 years ago * include/winspool.h [_WIN32_WINNT >= 0x0500]
papadopo [Wed, 29 Mar 2006 12:41:09 +0000 (12:41 +0000)]
* include/winspool.h [_WIN32_WINNT >= 0x0500]
(DRIVER_INFO_7A): Correct definition.

18 years ago * include/winspool.h [_WIN32_WINNT >= 0x0500]
papadopo [Wed, 29 Mar 2006 12:23:08 +0000 (12:23 +0000)]
* include/winspool.h [_WIN32_WINNT >= 0x0500]
(DRIVER_INFO_*{AW}): Add structure.
(PRINTER_INFO_*{AW}): Add structure.
Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>

18 years ago * include/winspool.h [_WIN32_WINNT >= 0x0500]
papadopo [Wed, 29 Mar 2006 11:56:38 +0000 (11:56 +0000)]
* include/winspool.h [_WIN32_WINNT >= 0x0500]
(DRIVER_*MODE): Define (DWORD type).
Thanks to:   Roland Schwingel <rolandschwingel at users dot sf dot net>

18 years ago* dcrt0.cc (child_info_fork::handle_fork): Set uid/gid in myself so that it can
cgf [Wed, 29 Mar 2006 06:35:24 +0000 (06:35 +0000)]
* dcrt0.cc (child_info_fork::handle_fork): Set uid/gid in myself so that it can
be used by subsequent startup functions.
(dll_crt0_0): Issue a warning if DuplicateTokenEx fails and DEBUGGING.
(dll_crt0_1): Move user_data->{resourcelocks,threadinterface} initialization
here from dll_crt0_0.
* fork.cc (frok::child): Tell wait_for_sigthread that this is fork.
(frok::parent): Only initialize start_time once.  Tighten time when we're
"deimpersonated".
* sigproc.cc (signal_fixup_after_exec): Rework (futiley) sa_buf stuff.  Add
debugging output.
(wait_for_sigthread): Accept an argument which illustrates whether we are
forked or not.
(wait_sig): Avoid using myself pointer.
* winsup.h ((wait_for_sigthread): Reflect change to argument.

18 years ago * configure: Regenerate.
hp [Wed, 29 Mar 2006 03:42:03 +0000 (03:42 +0000)]
* configure: Regenerate.

18 years ago * configure: Regenerate.
hp [Wed, 29 Mar 2006 03:41:27 +0000 (03:41 +0000)]
* configure: Regenerate.

18 years ago * configure: Regenerate.
hp [Wed, 29 Mar 2006 03:40:54 +0000 (03:40 +0000)]
* configure: Regenerate.

18 years ago * aclocal.m4 (SIM_AC_OPTION_HARDWARE): Correct duplicate-
hp [Wed, 29 Mar 2006 03:40:25 +0000 (03:40 +0000)]
* aclocal.m4 (SIM_AC_OPTION_HARDWARE): Correct duplicate-
option-contents test.

18 years ago * resbin.c: Avoid duplicating constants in calls to reswr_alloc.
bje [Wed, 29 Mar 2006 00:24:27 +0000 (00:24 +0000)]
* resbin.c: Avoid duplicating constants in calls to reswr_alloc.

18 years ago*** empty log message ***
gdbadmin [Wed, 29 Mar 2006 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
amodra [Wed, 29 Mar 2006 00:00:06 +0000 (00:00 +0000)]
daily update

18 years agosrc/gdb/ChangeLog:
jimb [Tue, 28 Mar 2006 19:19:16 +0000 (19:19 +0000)]
src/gdb/ChangeLog:
2006-03-28  Jim Blandy  <jimb@codesourcery.com>

* prologue-value.c, prologue-value.h: New files.
* Makefile.in (prologue_value_h): New variable.
(HFILES_NO_SRCDIR): List prologue-value.h.
(SFILES): List prologue-value.c.
(COMMON_OBS): List prologue-value.o.
(prologue-value.o): New rule.

src/gdb/doc/ChangeLog:
2006-03-28  Jim Blandy  <jimb@codesourcery.com>

* gdbint.texinfo (Prologue Analysis): New section.

18 years ago2006-03-27 Michael Snyder <msnyder@redhat.com>
msnyder [Tue, 28 Mar 2006 18:58:28 +0000 (18:58 +0000)]
2006-03-27  Michael Snyder  <msnyder@redhat.com>

* xstormy16-tdep.c (xstormy16_return_value, xstormy16_push_dummy_call,
xstormy16_pointer_to_address, xstormy16_address_to_pointer,
xstormy16_frame_prev_register): Change void* to gdb_byte*.
(xstormy16_push_dummy_call): Add block-local char* val,
to avoid type conflict with outer scope variable.

18 years ago * gas/config/tc-m68k.c (find_cf_chip): Merge into ...
nathan [Tue, 28 Mar 2006 07:21:49 +0000 (07:21 +0000)]
* gas/config/tc-m68k.c (find_cf_chip): Merge into ...
(m68k_ip): ... here.  Use for all chips.  Protect against buffer
overrun and avoid excessive copying.

18 years ago gas:
nathan [Tue, 28 Mar 2006 07:19:16 +0000 (07:19 +0000)]
gas:
* config/tc-m68k.c (m68000_control_regs, m68010_control_regs,
m68020_control_regs, m68040_control_regs, m68060_control_regs,
mcf_control_regs, mcf5208_control_regs, mcf5213_control_regs,
mcf5329_control_regs, mcf5249_control_regs, mcf528x_control_regs,
mcfv4e_control_regs, m68010_control_regs): Rename and reorder to ...
(m68000_ctrl, m68010_ctrl, m68020_ctrl, m68040_ctrl, m68060_ctrl,
mcf_ctrl, mcf5208_ctrl, mcf5213_ctrl, mcf5235_ctrl, mcf5249_ctrl,
mcf5216_ctrl, mcf5250_ctrl, mcf5271_ctrl, mcf5272_ctrl,
mcf5282_ctrl, mcfv4e_ctrl): ... these.
(mcf5275_ctrl, mcf5329_ctrl, mcf5373_ctrl): New.
(struct m68k_cpu): Change chip field to control_regs.
(current_chip): Remove.
(control_regs): New.
(m68k_archs, m68k_extensions): Adjust.
(m68k_cpus): Reorder to be in cpu number order.  Adjust.
(CPU_ALLOW_MC, CPU_ALLOW_NEGATION): Remove.
(find_cf_chip): Reimplement for new organization of cpu table.
(select_control_regs): Remove.
(mri_chip): Adjust.
(struct save_opts): Save control regs, not chip.
(s_save, s_restore): Adjust.
(m68k_lookup_cpu): Give deprecated warning when necessary.
(m68k_init_arch): Adjust.
(md_show_usage): Adjust for new cpu table organization.

include/opcodes:
* m68k.h (cpu_m68k, cpu_cf, cpu_m68000, cpu_m68008, cpu_m68010,
cpu_m68020, cpu_m68ec030, cpu_m68040, cpu_m68060, cpu_m68851,
cpu_m68881, cpu_m68882, cpu_cpu32, cpu_cf5200, cpu_cf5206e,
cpu_cf5208, cpu_cf521x, cpu_cf5213, cpu_cf5249, cpu_cf528x,
cpu_cf5307, cpu_cf5329, cpu_cf5407, cpu_cf547x, cpu_cf548x): Remove.

18 years agodaily update
amodra [Tue, 28 Mar 2006 00:00:06 +0000 (00:00 +0000)]
daily update

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

18 years ago* fix/hack libiberty [pic] preference code
fche [Mon, 27 Mar 2006 22:19:18 +0000 (22:19 +0000)]
* fix/hack libiberty [pic] preference code

[]
2006-03-27  Frank Ch. Eigler  <fche@elastic.org>

* configure.in, configure: Add ugly hack to create ../libiberty/pic
for use by later optimistic makefiles.

[main/dynamic]
2006-03-27  Frank Ch. Eigler  <fche@elastic.org>

* Makefile*., aclocal.m4: Fix libiberty[pic] references.