OSDN Git Service

pf3gnuchains/pf3gnuchains3x.git
18 years agogas/
jbeulich [Wed, 27 Jul 2005 06:32:44 +0000 (06:32 +0000)]
gas/
2005-07-27  Jan Beulich  <jbeulich@novell.com>

* config/tc-ia64.h (unw_r_record): Change type of fr_mem to unsigned
int.
(unw_p_record): Remove unused/redundant fields imask and rmask.
Combine spoff and pspoff into a union. Combine gr and br into a
union. Change type of grmask and brmask to unsigned char. Change type
of frmask to unsigned int.
(unw_x_record): Combine spoff, pspoff, and treg into a union.
* config/tc-ia64.c (unwind): New field 'pending_saves'.
(check_pending_save): New.
(alloc_record): Clear out entire record.
(output_psp_gr): Use renamed structure fields.
(output_psp_sprel): Likewise.
(output_rp_gr): Likewise.
(output_rp_br): Likewise.
(output_rp_psprel): Likewise.
(output_rp_sprel): Likewise.
(output_pfs_gr): Likewise.
(output_pfs_psprel): Likewise.
(output_pfs_sprel): Likewise.
(output_preds_gr): Likewise.
(output_preds_psprel): Likewise.
(output_preds_sprel): Likewise.
(output_spill_base): Likewise.
(output_unat_gr): Likewise.
(output_unat_psprel): Likewise.
(output_unat_sprel): Likewise.
(output_lc_gr): Likewise.
(output_lc_psprel): Likewise.
(output_lc_sprel): Likewise.
(output_fpsr_gr): Likewise.
(output_fpsr_psprel): Likewise.
(output_fpsr_sprel): Likewise.
(output_priunat_gr): Likewise.
(output_priunat_psprel): Likewise.
(output_priunat_sprel): Likewise.
(output_bsp_gr): Likewise.
(output_bsp_psprel): Likewise.
(output_bsp_sprel): Likewise.
(output_bspstore_gr): Likewise.
(output_bspstore_psprel): Likewise.
(output_bspstore_sprel): Likewise.
(output_rnat_gr): Likewise.
(output_rnat_psprel): Likewise.
(output_rnat_sprel): Likewise.
(output_spill_psprel): Likewise.
(output_spill_sprel): Likewise.
(output_spill_reg): Likewise.
(output_fr_mem): Likewise. Allocate one unwind record per set mask
bit.
(output_frgr_mem): Likewise.
(output_gr_mem): Likewise.
(output_br_mem): Likewise.
(output_gr_gr): Likewise.
(output_br_gr): Likewise.
(fixup_unw_records): Likewise.
(process_one_record): Use renamed structure fields. For gr_gr and
br_gr, collect mask from chain of records before output.
(in_prologue): Simplify and eliminate early returns. Call
check_pending_save.
(in_body): Simplify and eliminate early returns.
(dot_body): Call check_pending_save.
(md_assemble): Update comment. Deal with pending saves.

gas/testsuite/
2005-07-27  Jan Beulich  <jbeulich@novell.com>

* gas/ia64/unwind-bad.l: Uncomment patterns matching new warnings.
* gas/ia64/unwind-ok.d: Correct expectations.

18 years ago* gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
nickrob [Wed, 27 Jul 2005 02:21:16 +0000 (02:21 +0000)]
* gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
(do_children_tests): Assign values to the extra elements.

* gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
them for tests for "-var-update --no-values" and
"-var-update --all-values".
Add test for "-var-list-children --simple-values".

* gdb.mi/basics.c (callee4): Add integer array D[3]...

* gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
"-stack-list-locals --simple-values"  Improve doc strings and
comments.

18 years ago* gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
nickrob [Wed, 27 Jul 2005 02:21:01 +0000 (02:21 +0000)]
* gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
(do_children_tests): Assign values to the extra elements.

* gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
them for tests for "-var-update --no-values" and
"-var-update --all-values".
Add test for "-var-list-children --simple-values".

* gdb.mi/basics.c (callee4): Add integer array D[3]...

* gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
"-stack-list-locals --simple-values"  Improve doc strings and
comments.

18 years ago* gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
nickrob [Wed, 27 Jul 2005 02:20:45 +0000 (02:20 +0000)]
* gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
(do_children_tests): Assign values to the extra elements.

* gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
them for tests for "-var-update --no-values" and
"-var-update --all-values".
Add test for "-var-list-children --simple-values".

* gdb.mi/basics.c (callee4): Add integer array D[3]...

* gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
"-stack-list-locals --simple-values"  Improve doc strings and
comments.

18 years ago* gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
nickrob [Wed, 27 Jul 2005 02:20:17 +0000 (02:20 +0000)]
* gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
(do_children_tests): Assign values to the extra elements.

* gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
them for tests for "-var-update --no-values" and
"-var-update --all-values".
Add test for "-var-list-children --simple-values".

* gdb.mi/basics.c (callee4): Add integer array D[3]...

* gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
"-stack-list-locals --simple-values"  Improve doc strings and
comments.

18 years ago*** empty log message ***
nickrob [Wed, 27 Jul 2005 02:18:24 +0000 (02:18 +0000)]
*** empty log message ***

18 years ago * ld-elfweak/size2a.s: Extend test to check size for two weaks.
amodra [Wed, 27 Jul 2005 00:08:37 +0000 (00:08 +0000)]
* ld-elfweak/size2a.s: Extend test to check size for two weaks.
* ld-elfweak/size2b.s: Likewise.
* ld-elfweak/size2.d: Update.

18 years ago*** empty log message ***
gdbadmin [Wed, 27 Jul 2005 00:00:06 +0000 (00:00 +0000)]
*** empty log message ***

18 years agodaily update
amodra [Wed, 27 Jul 2005 00:00:06 +0000 (00:00 +0000)]
daily update

18 years ago * libc/machine/cris/libcdtor.c (defaultors): Mark artificially as
hp [Tue, 26 Jul 2005 20:37:13 +0000 (20:37 +0000)]
* libc/machine/cris/libcdtor.c (defaultors): Mark artificially as
used.

18 years ago * libc/machine/cris/libcdtor.c (defaultors): Mark artificially as
hp [Tue, 26 Jul 2005 20:35:49 +0000 (20:35 +0000)]
* libc/machine/cris/libcdtor.c (defaultors): Mark artificially as
used.

18 years ago* i386obsd-tdep.c (i386obsd_sigreturn_offset): New variable.
kettenis [Tue, 26 Jul 2005 20:02:52 +0000 (20:02 +0000)]
* i386obsd-tdep.c (i386obsd_sigreturn_offset): New variable.
(i386obsd_sigtramp_p): Deal with an arbitrary number of possible
offsets.
(i386obsd_aout_supply_regset): Avoid bogus cast.

18 years agogas/
jbeulich [Tue, 26 Jul 2005 15:34:07 +0000 (15:34 +0000)]
gas/
2005-07-26  Jan Beulich  <jbeulich@novell.com>

* config/tc-i386.c (optimize_imm): Calculate candidate immediates
mask from guessed suffix, but mask out other immediate types only
if at least on candidate is valid for the insn.

gas/testsuite/
2005-07-26  Jan Beulich  <jbeulich@novell.com>

* gas/i386/immed32.[sd]: New.
* gas/i386/immed64.[sd]: New.
* gas/i386/i386.exp: Run new tests.

18 years ago * elflink.c (_bfd_elf_merge_symbol): Skip weak redefinition
amodra [Tue, 26 Jul 2005 15:19:34 +0000 (15:19 +0000)]
* elflink.c (_bfd_elf_merge_symbol): Skip weak redefinition
regardless of strength of previous definition.

18 years ago * elflink.c (elf_gc_mark_dynamic_ref_symbol): Handle -shared.
amodra [Tue, 26 Jul 2005 12:06:38 +0000 (12:06 +0000)]
* elflink.c (elf_gc_mark_dynamic_ref_symbol): Handle -shared.
(bfd_elf_gc_sections): Allow -gc-sections when -shared.
* elf32-ppc.c (ppc_elf_gc_sweep_hook): Correct for -shared.

18 years ago * elflink.c (elf_gc_mark_dynamic_ref_symbol): Handle -shared.
amodra [Tue, 26 Jul 2005 12:06:29 +0000 (12:06 +0000)]
* elflink.c (elf_gc_mark_dynamic_ref_symbol): Handle -shared.
(bfd_elf_gc_sections): Allow -gc-sections when -shared.
* elf32-ppc.c (ppc_elf_gc_sweep_hook): Correct for -shared.

18 years ago * elflink.c (elf_gc_sweep): Move gcc_except_table code..
amodra [Tue, 26 Jul 2005 11:47:02 +0000 (11:47 +0000)]
* elflink.c (elf_gc_sweep): Move gcc_except_table code..
(bfd_elf_gc_sections): ..to here.

18 years agomissed from 2005-07-18 commit
amodra [Tue, 26 Jul 2005 11:08:59 +0000 (11:08 +0000)]
missed from 2005-07-18 commit

18 years ago[bfd]
dj [Tue, 26 Jul 2005 03:21:48 +0000 (03:21 +0000)]
[bfd]
* reloc.c: Remove unused M32C relocs, add BFD_RELOC_M32C_HI8.
* libbfd.h: Regenerate.
* bfd-in2.h: Regenerate.

* elf32-m32c.c (m32c_elf_howto_table): Add R_M32C_8, R_M32C_LO16,
R_M32C_HI8, R_M32C_HI16.
(m32c_reloc_map): Likewise.
(m32c_elf_relocate_section): Add R_M32C_HI8 and R_M32C_HI16.

[cpu]
* m32c.opc (parse_unsigned8): Add %dsp8().
(parse_signed8): Add %hi8().
(parse_unsigned16): Add %dsp16().
(parse_signed16): Add %lo16() and %hi16().
(parse_lab_5_3): Make valuep a bfd_vma *.

[gas]
* config/tc-m32c.c (md_cgen_lookup_reloc): Add 8 bit operands.
Support %mod() modifiers from opcodes.
* doc/c-m32c.texi (M32C-Modifiers): New section.

[include/elf]

* m32c.h: Add R_M32C_8, R_M32C_LO16, R_M32C_HI8, and R_M32C_HI16.

[opcodes]
* m32c-asm.c Regenerate.
* m32c-dis.c Regenerate.

18 years ago* include/byteswap.h: New file.
cgf [Tue, 26 Jul 2005 00:55:39 +0000 (00:55 +0000)]
* include/byteswap.h: New file.

18 years agoupdate copyright
cgf [Tue, 26 Jul 2005 00:38:54 +0000 (00:38 +0000)]
update copyright

18 years agodaily update
amodra [Tue, 26 Jul 2005 00:00:05 +0000 (00:00 +0000)]
daily update

18 years ago*** empty log message ***
gdbadmin [Tue, 26 Jul 2005 00:00:03 +0000 (00:00 +0000)]
*** empty log message ***

18 years ago* include/cygwin/types.h: Define loff_t.
cgf [Mon, 25 Jul 2005 21:46:34 +0000 (21:46 +0000)]
* include/cygwin/types.h: Define loff_t.

18 years ago* inf-ptrace.c [PT_GET_PROCESS_STATE] (inf_ptrace_follow_fork):
kettenis [Mon, 25 Jul 2005 21:10:59 +0000 (21:10 +0000)]
* inf-ptrace.c [PT_GET_PROCESS_STATE] (inf_ptrace_follow_fork):
New function.
(inf_ptrace_him, inf_ptrace_attach) [PT_GET_PROCESS_STATE]: Set
PTRACE_FORK event flag.
(inf_ptrace_wait) [PT_GET_PROCESS_STATE]: Handle PTRACE_FORK
event.
(inf_ptrace_target) [PT_GET_PROCESS_STATE]: Set to_follow_fork.

18 years ago* gdb_ptrace.h (PT_TRACE_ME): Define to zero if not already
kettenis [Mon, 25 Jul 2005 20:42:24 +0000 (20:42 +0000)]
* gdb_ptrace.h (PT_TRACE_ME): Define to zero if not already
defined.
* inf-ptrace.c: Tweak comments.
(inf_ptrace_me): Use PT_TRACE_ME instead of hardcoded zero.
(inf_ptrace_mourn_inferior): Call waitpid.
(inf_ptrace_attach): Use pid_t, Remove unnecessary cast.
(inf_ptrace_detach): Use pid_t.  Use ptid_get_pid instead of
PIDGET.
(inf_ptrace_kill): Rename from inf_ptrace_kill_inferior.  Use
pid_t.  Use ptid_get_pid instead of PIDGET.
(inf_ptrace_kill): Call waitpid instead of wait.
(inf_ptrace_resume): Use pid_t.  Use ptid_get_pid instead of
PIDGET.
(inf_ptrace_wait): Use waitpid instead wait.  Use pid_t.  Don't
call target_has_exited or target_thread_alive.  Properly ignore
terminated detached child processes.
(inf_ptrace_has_exited): Remove function.
(inf_ptrace_xfer_partial): Use pid_t.  Use ptid_get_pid instead of
PIDGET.  Use gdb_byte instead of `unsigned char'.
(inf_ptrace_thread_alive): Use ptid_get_pid instead of PIDGET.
(inf_ptrace_pid_to_str): Remove function.
(inf_ptrace_target): Use inf_ptrace_kill instead of
inf_ptrace_kill_inferior.  Use normal_pid_to_str instead of
inf_ptrace_pid_to_str.  Don't set to_has_exited.
(inf_ptrace_fetch_register, inf_ptrace_store_register): Reformat
long lines.

18 years ago* inf-ptrace.c: Reorder functions.
kettenis [Mon, 25 Jul 2005 20:19:34 +0000 (20:19 +0000)]
* inf-ptrace.c: Reorder functions.
(inf_ptrace_open, inf_ptrace_reported_exec_events_per_call)
(inf_ptrace_can_run, inf_ptrace_post_attach): Removed.
(inf_ptrace_target): Don't set to_open,
to_reported_exec_events_per_call, to_can_run, to_post_attach,
to_stratum, to_has_all_memory, to_has_memory, to_has_stack,
to_has_registers, to_has_execution, to_magic.  Reorder remaining
initializations.

18 years agobfd/
hjl [Mon, 25 Jul 2005 15:41:00 +0000 (15:41 +0000)]
bfd/

2005-07-25  Jan Hubicka  <jh@suse.cz>
    H.J. Lu  <hongjiu.lu@intel.com>

* elf-bfd.h (_bfd_elf_large_com_section): New.
* elf.c (_bfd_elf_large_com_section): New. Defined.

* elf64-x86-64.c (elf64_x86_64_add_symbol_hook): New.
(elf64_x86_64_elf_section_from_bfd_section): New.
(elf64_x86_64_symbol_processing): New.
(elf64_x86_64_common_definition): New.
(elf64_x86_64_common_section_index): New.
(elf64_x86_64_common_section): New.
(elf64_x86_64_merge_symbol): New.
(elf64_x86_64_additional_program_headers): New.
(elf64_x86_64_special_sections): New.
(elf_backend_section_from_bfd_section): New. Defined.
(elf_backend_add_symbol_hook): Likewise.
(elf_backend_common_section_index): Likewise.
(elf_backend_common_section): Likewise.
(elf_backend_common_definition): Likewise.
(elf_backend_merge_symbol): Likewise.
(elf_backend_special_sections): Likewise.
(elf_backend_additional_program_headers): Likewise.

binutils/

2005-07-25  H.J. Lu  <hongjiu.lu@intel.com>

* readelf.c (dump_relocations): Handle SHN_X86_64_LCOMMON.
(get_symbol_index_type): Likewise.
(get_elf_section_flags): Handle SHF_X86_64_LARGE.

gas/

2005-07-25  Jan Hubicka  <jh@suse.cz>
    H.J. Lu  <hongjiu.lu@intel.com>

* config/obj-elf.c: Include "elf/x86-64.h" if TC_I386 is
defined.
(elf_com_section_ptr): New.
(elf_begin): Set elf_com_section_ptr to bfd_com_section_ptr.
(elf_common_parse): Make it global. Use elf_com_section_ptr
instead of bfd_com_section_ptr.
(obj_elf_change_section): Handle x86-64 large bss sections.

* config/obj-elf.h (elf_com_section_ptr): New.
(elf_common_parse): New.

* config/tc-i386.c (handle_large_common): New.
(md_pseudo_table): Add "largecomm".
(x86_64_section_letter): New.
(x86_64_section_word): New.

* config/tc-i386.h (x86_64_section_word): New.
(x86_64_section_letter): New.
(md_elf_section_letter): New. Defined.
(md_elf_section_word): Likewise.

include/elf/

2005-07-25  Jan Hubicka  <jh@suse.cz>

* x86-64.h (SHN_X86_64_LCOMMON): New.
(SHF_X86_64_LARGE): New.

ld/

2005-07-25  Jan Hubicka  <jh@suse.cz>
    H.J. Lu  <hongjiu.lu@intel.com>

* emulparams/elf_x86_64.sh (LARGE_SECTIONS): New.

* scripttempl/elf.sc: Updated for large section support.

18 years ago2005-07-25 H.J. Lu <hongjiu.lu@intel.com>
hjl [Mon, 25 Jul 2005 15:35:34 +0000 (15:35 +0000)]
2005-07-25  H.J. Lu  <hongjiu.lu@intel.com>

* elf-bfd.h (elf_backend_data): Add common_definition,
common_section_index, common_section, and merge_symbol.
(_bfd_elf_common_definition): New.
(_bfd_elf_common_section_index): New.
(_bfd_elf_common_section): New.

* elf.c (elf_fake_sections): Don't clear sh_flags.

* elflink.c (_bfd_elf_merge_symbol): Call backend merge_symbol
if it is available.
(is_global_data_symbol_definition): Call backend
common_definition instead of checking SHN_COMMON.
(elf_link_add_object_symbols): Likewise.
(elf_link_output_extsym): Call backend common_section_index
for common section index.
(_bfd_elf_common_definition): New.
(_bfd_elf_common_section_index): New.
(_bfd_elf_common_section): New.

* elfxx-target.h (elf_backend_common_definition): New.
(elf_backend_common_section_index): New.
(elf_backend_common_section): New.
(elf_backend_merge_symbol): New.
(elfNN_bed): Initialize common_definition, common_section_index,
common_section, and merge_symbol.

* section.c (BFD_FAKE_SECTION): New.
(STD_SECTION): Use it.
* bfd-in2.h: Regenerated.

18 years agoClarify ANSI, not POSIX, terminal escapes in ChangeLog
mmitchel [Mon, 25 Jul 2005 15:13:33 +0000 (15:13 +0000)]
Clarify ANSI, not POSIX, terminal escapes in ChangeLog

18 years ago * input.c (rl_getc): Use getch to read console input on
mmitchel [Mon, 25 Jul 2005 15:09:31 +0000 (15:09 +0000)]
* input.c (rl_getc): Use getch to read console input on
Windows.
* readline.c (bind_arrow_keys_internal): Translate
Windows keysequences into POSIX key sequences.
* rldefs.h (NO_TTY_DRIVER): Define on MinGW.
* rltty.c: Conditionalize on NO_TTY_DRIVER throughout.

18 years ago * configure.ac: On MinGW, do not require a termcap library, and
mmitchel [Mon, 25 Jul 2005 15:08:38 +0000 (15:08 +0000)]
* configure.ac: On MinGW, do not require a termcap library, and
use win32-termcap.c.
* configure: Regenerated.
* win32-termcap.c: New file.

18 years ago2005-07-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
ironhead [Mon, 25 Jul 2005 13:06:48 +0000 (13:06 +0000)]
2005-07-25  Chris Sutcliffe <ir0nh34d@users.sourceforge.net>

* include/winuser.h (HSHELL_RUDEAPPACTIVATED): Define.

18 years agodaily update
amodra [Mon, 25 Jul 2005 00:00:09 +0000 (00:00 +0000)]
daily update

18 years ago*** empty log message ***
gdbadmin [Mon, 25 Jul 2005 00:00:02 +0000 (00:00 +0000)]
*** empty log message ***

18 years ago * ser-tcp.c (close): Define as a function-like macro on MinGW.
mmitchel [Sun, 24 Jul 2005 23:02:38 +0000 (23:02 +0000)]
* ser-tcp.c (close): Define as a function-like macro on MinGW.

18 years ago * chew.c: Include <string.h>.
drow [Sun, 24 Jul 2005 16:57:42 +0000 (16:57 +0000)]
* chew.c: Include <string.h>.

18 years ago2005-07-24 Paolo Bonzini <bonzini@gnu.org>
bonzini [Sun, 24 Jul 2005 13:57:01 +0000 (13:57 +0000)]
2005-07-24  Paolo Bonzini  <bonzini@gnu.org>

* Makefile.tpl: Wrap install between unstage and stage
* Makefile.in: Regenerate.

18 years agodaily update
amodra [Sun, 24 Jul 2005 00:00:07 +0000 (00:00 +0000)]
daily update

18 years ago*** empty log message ***
gdbadmin [Sun, 24 Jul 2005 00:00:04 +0000 (00:00 +0000)]
*** empty log message ***

18 years ago2005-07-23 Olaf Hering <olh@suse.de>
hjl [Sat, 23 Jul 2005 15:42:51 +0000 (15:42 +0000)]
2005-07-23  Olaf Hering <olh@suse.de>

* elflink.c (elf_link_input_bfd): Add '\n' for linker einfo
callback.

18 years agomerge from gcc
dj [Sat, 23 Jul 2005 15:17:18 +0000 (15:17 +0000)]
merge from gcc

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

18 years ago*** empty log message ***
gdbadmin [Sat, 23 Jul 2005 00:00:04 +0000 (00:00 +0000)]
*** empty log message ***

18 years ago* chew.c: Include stdlib.h.
dj [Fri, 22 Jul 2005 23:54:56 +0000 (23:54 +0000)]
* chew.c: Include stdlib.h.

18 years ago * chew.c: Don't include sysdep.h.
kazu [Fri, 22 Jul 2005 18:16:15 +0000 (18:16 +0000)]
* chew.c: Don't include sysdep.h.

19 years agoRemove special case handling for rtems targets that are sufficiently handled by
nickc [Fri, 22 Jul 2005 10:34:27 +0000 (10:34 +0000)]
Remove special case handling for rtems targets that are sufficiently handled by
the default rtems targets.

19 years ago(m32r_elf_check_relocs): Fix pc count for R_M32R_REL32.
nickc [Fri, 22 Jul 2005 10:27:38 +0000 (10:27 +0000)]
(m32r_elf_check_relocs): Fix pc count for R_M32R_REL32.

19 years agomerge from gcc
dj [Fri, 22 Jul 2005 04:28:52 +0000 (04:28 +0000)]
merge from gcc

19 years agomerge from gcc
dj [Fri, 22 Jul 2005 03:26:05 +0000 (03:26 +0000)]
merge from gcc

19 years agomerge from gcc
dj [Fri, 22 Jul 2005 03:16:30 +0000 (03:16 +0000)]
merge from gcc

19 years agomerge from gcc
dj [Fri, 22 Jul 2005 03:00:50 +0000 (03:00 +0000)]
merge from gcc

19 years ago * configure.ac: Check for a getopt(3) declaration.
bje [Fri, 22 Jul 2005 02:10:56 +0000 (02:10 +0000)]
* configure.ac: Check for a getopt(3) declaration.
* configure, config.in: Regenerate.

19 years ago*** empty log message ***
gdbadmin [Fri, 22 Jul 2005 00:00:07 +0000 (00:00 +0000)]
*** empty log message ***

19 years agodaily update
amodra [Fri, 22 Jul 2005 00:00:07 +0000 (00:00 +0000)]
daily update

19 years ago2005-07-21 Eric Christopher <echristo@apple.com>
echristo [Thu, 21 Jul 2005 22:30:09 +0000 (22:30 +0000)]
2005-07-21  Eric Christopher  <echristo@apple.com>

* MAINTAINERS (Misc): Update affiliation.

19 years ago2005-07-21 Eric Christopher <echristo@apple.com>
echristo [Thu, 21 Jul 2005 18:23:57 +0000 (18:23 +0000)]
2005-07-21  Eric Christopher  <echristo@apple.com>

        * MAINTAINERS: Change affiliation.

19 years agobfd/
bje [Thu, 21 Jul 2005 13:23:22 +0000 (13:23 +0000)]
bfd/
* Makefile.am (BFD32_BACKENDS): Remove cf-m68klynx.lo.
(BFD32_BACKENDS): Likewise, remove m68klynx.lo.
(BFD32_BACKENDS_CFILES): Remove cf-m68klynx.c, m68klynx.c.
(cf-m68klynx.lo, m68klynx.lo): Remove targets.
* Makefile.in: Regenerate.
* cf-m68klynx.c: Remove.
* m68klynx.c: Likewise.
* configure.in (m68klynx_aout_vec): Remove vector.
(m68klynx_coff_vec): Likewise.
* configure: Regenerate.
* targets.c (m68klynx_aout_vec): Remove extern.
(m68klynx_coff_vec): Likewise.
(_bfd_target_vector): Remove m68klynx_{aout,coff}_vec.
* po/SRC-POTFILES.in: Remove cf-m68klynx.c, m68klynx.c.
gas/
* config/tc-m68k.h: Remove TE_LYNX conditional code.

19 years ago2005-07-21 Paul Brook <paul@codesourcery.com>
pbrook [Thu, 21 Jul 2005 13:11:21 +0000 (13:11 +0000)]
2005-07-21  Paul Brook  <paul@codesourcery.com>

gas/
* config/tc-arm.c (encode_thumb32_addr_mode): Don't set
inst.reloc.pc_rel.
gas/testsuite/
* gas/arm/thumb32.s: Add tests for [pc, #imm] addressing modes.
* gas/arm/thumb32.d: Ditto.

19 years ago* inf-ttrace.c (inf_ttrace_wait): Properly report TTEVT_EXEC
kettenis [Thu, 21 Jul 2005 10:36:12 +0000 (10:36 +0000)]
* inf-ttrace.c (inf_ttrace_wait): Properly report TTEVT_EXEC
events as TARGET_WAITKIND_EXECD.
(inf_ttrace_detach): Reorder local variables.

19 years agoUse vsnprintf instead of vsprintf.
nickc [Thu, 21 Jul 2005 08:03:51 +0000 (08:03 +0000)]
Use vsnprintf instead of vsprintf.

19 years ago * ldgram.y (ldgram_want_filename): Remove unused static.
bje [Thu, 21 Jul 2005 07:59:10 +0000 (07:59 +0000)]
* ldgram.y (ldgram_want_filename): Remove unused static.

19 years ago*** empty log message ***
gdbadmin [Thu, 21 Jul 2005 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

19 years agodaily update
amodra [Thu, 21 Jul 2005 00:00:07 +0000 (00:00 +0000)]
daily update

19 years ago* disassemble.c (disassemble_init_for_target): M32C ISAs are
dj [Wed, 20 Jul 2005 19:36:53 +0000 (19:36 +0000)]
* disassemble.c (disassemble_init_for_target): M32C ISAs are
enums, so convert them to bit masks, which attributes are.

19 years ago* emulparams/elf32m32c.sh (TEMPLATE_NAME): New.
dj [Wed, 20 Jul 2005 19:33:18 +0000 (19:33 +0000)]
* emulparams/elf32m32c.sh (TEMPLATE_NAME): New.
(EXTRA_EM_FILE): New.

19 years ago2005-07-20 Bob Wilson <bob.wilson@acm.org>
jjohnstn [Wed, 20 Jul 2005 16:20:22 +0000 (16:20 +0000)]
2005-07-20  Bob Wilson  <bob.wilson@acm.org>
           Darin Petkov <darin@tensilica.com>

       * libm/math/ef_atan2.c (pi, pi_lo): Use round-to-nearest value of pi.

19 years ago* inf-ttrace.c (inf_ttrace_vfork_ppid): New variable.
kettenis [Wed, 20 Jul 2005 13:25:28 +0000 (13:25 +0000)]
* inf-ttrace.c (inf_ttrace_vfork_ppid): New variable.
(inf_ttrace_follow_fork): New function.
(inf_ttrace_him, inf_ttrace_attach): Ask for TTEVT_FORK and
TTEVT_VFORK events.  Replace TTEO_NOSTRCHLD option with
TTEO_PROC_INHERIT.
(inf_ttrace_create_inferior, inf_ttrace_attach): Add checks for
inf_ttrace_vfork_ppid.
(inf_ttrace_kill_inferior, inf_ttrace_detach): Detach from waiting
parent if appropriate.
(inf_ttrace_wait): Handle TTEVT_FORK and TTEVT_VFORK.
(inf_ttrace_target): Set to_follow_fork.

19 years ago* inf-ttrace.c (inf_ttrace_vfork_ppid): New variable.
kettenis [Wed, 20 Jul 2005 13:25:19 +0000 (13:25 +0000)]
* inf-ttrace.c (inf_ttrace_vfork_ppid): New variable.
(inf_ttrace_follow_fork): New function.
(inf_ttrace_him, inf_ttrace_attach): Ask for TTEVT_FORK and
TTEVT_VFORK events.  Replace TTEO_NOSTRCHLD option with
TTEO_PROC_INHERIT.
(inf_ttrace_create_inferior, inf_ttrace_attach): Add checks for
inf_ttrace_vfork_ppid.
(inf_ttrace_kill_inferior, inf_ttrace_detach): Detach from waiting
parent if appropriate.
(inf_ttrace_wait): Handle TTEVT_FORK and TTEVT_VFORK.
(inf_ttrace_target): Set to_follow_fork.

19 years agoAdd support for a 32bit PC relative reloc
nickc [Wed, 20 Jul 2005 11:34:59 +0000 (11:34 +0000)]
Add support for a 32bit PC relative reloc

19 years ago * include/wingdi.h (TT_PRIM_CSPLINE): Define.
dannysmith [Wed, 20 Jul 2005 11:32:53 +0000 (11:32 +0000)]
* include/wingdi.h (TT_PRIM_CSPLINE): Define.
Thanks to: Bob Jamison <ishmal at users dot sourceforge dot net>

19 years ago * include/richedit.h (SETTEXTEX): Define structure and
dannysmith [Wed, 20 Jul 2005 11:21:48 +0000 (11:21 +0000)]
* include/richedit.h (SETTEXTEX): Define structure and
associated constants.
(GT_SELECTION): Define GETTEXTEX flag constant.

19 years ago* remote.c (remote_pid_to_str): Use xsnprintf instead of snprintf.
woodzltc [Wed, 20 Jul 2005 02:56:40 +0000 (02:56 +0000)]
* remote.c (remote_pid_to_str): Use xsnprintf instead of snprintf.

19 years agodaily update
amodra [Wed, 20 Jul 2005 00:00:18 +0000 (00:00 +0000)]
daily update

19 years ago*** empty log message ***
gdbadmin [Wed, 20 Jul 2005 00:00:12 +0000 (00:00 +0000)]
*** empty log message ***

19 years ago2005-07-19 H.J. Lu <hongjiu.lu@intel.com>
hjl [Tue, 19 Jul 2005 21:41:02 +0000 (21:41 +0000)]
2005-07-19  H.J. Lu  <hongjiu.lu@intel.com>

* ldmain.c (main): Reindent.

19 years ago* cygcheck.cc (find_on_path): Perform .exe magic on non-PATH search.
cgf [Tue, 19 Jul 2005 21:00:34 +0000 (21:00 +0000)]
* cygcheck.cc (find_on_path): Perform .exe magic on non-PATH search.

19 years ago2005-07-19 Paul Brook <paul@codesourcery.com>
jjohnstn [Tue, 19 Jul 2005 15:15:25 +0000 (15:15 +0000)]
2005-07-19  Paul Brook  <paul@codesourcery.com>

        * arm/crt0.S: Ensure doubleword stack alignment.

19 years ago2005-07-19 Paul Brook <paul@codesourcery.com>
jjohnstn [Tue, 19 Jul 2005 15:14:15 +0000 (15:14 +0000)]
2005-07-19  Paul Brook  <paul@codesourcery.com>

        * libc/sys/arm/crt0.S: Ensure doubleword stack alignment.

19 years ago2005-07-19 Paul Brook <paul@codesourcery.com>
pbrook [Tue, 19 Jul 2005 12:43:18 +0000 (12:43 +0000)]
2005-07-19  Paul Brook  <paul@codesourcery.com>

* configure.host (HOSTING_CRT0): Parse output of gcc --help --verbose
to determine dynamic linker name.

19 years agoAdd ChangeLog entries for yesterdays deltas (oops!)
nickc [Tue, 19 Jul 2005 10:01:19 +0000 (10:01 +0000)]
Add ChangeLog entries for yesterdays deltas (oops!)

19 years agoAdd ChangeLog entries for yesterdays deltas (oops!)
nickc [Tue, 19 Jul 2005 10:01:07 +0000 (10:01 +0000)]
Add ChangeLog entries for yesterdays deltas (oops!)

19 years ago * include/wingdi.h (SYSPAL_NOSTATIC256): Define.
dannysmith [Tue, 19 Jul 2005 08:49:04 +0000 (08:49 +0000)]
* include/wingdi.h (SYSPAL_NOSTATIC256): Define.

19 years ago * include/wingdi.h (WINGDIAPI): Define to SECLSPEC_DLLIMPORT
dannysmith [Tue, 19 Jul 2005 08:27:40 +0000 (08:27 +0000)]
* include/wingdi.h (WINGDIAPI): Define to SECLSPEC_DLLIMPORT
if __W32API_USE_DLLIMPORT__.  Use throughout on prototypes.

19 years ago * include/commctrl.h (RBBS_USECHEVRON): Define.
dannysmith [Tue, 19 Jul 2005 07:46:20 +0000 (07:46 +0000)]
* include/commctrl.h (RBBS_USECHEVRON): Define.
(RBBS_*): Use hex notation, group together.

19 years agogas/testsuite/
hjl [Tue, 19 Jul 2005 04:11:18 +0000 (04:11 +0000)]
gas/testsuite/

2005-07-18  H.J. Lu  <hongjiu.lu@intel.com>

* gas/i386/i386.exp: Add suffix.

* gas/i386/suffix.d: New file.
* gas/i386/suffix.s: Likewise.

opcodes/

2005-07-18  H.J. Lu  <hongjiu.lu@intel.com>

* i386-dis.c (PNI_Fixup): Update comment.
(VMX_Fixup): Properly handle the suffix check.

19 years ago * hppa.h: Fix punctuation in comment.
danglin [Tue, 19 Jul 2005 03:09:33 +0000 (03:09 +0000)]
* hppa.h: Fix punctuation in comment.

19 years ago * gas/hppa/basic/fp_comp.s: Add level 1.1 directive.
danglin [Tue, 19 Jul 2005 01:41:21 +0000 (01:41 +0000)]
* gas/hppa/basic/fp_comp.s: Add level 1.1 directive.
* gas/hppa/basic/special.s, gas/hppa/basic/system.s: Likewise.

19 years ago * tc-hppa.c (pa_ip): Reject match for '#' immediate if not pa20.
danglin [Tue, 19 Jul 2005 01:14:09 +0000 (01:14 +0000)]
* tc-hppa.c (pa_ip): Reject match for '#' immediate if not pa20.

19 years ago * readelf.c (read_and_display_attr_value): Remove comment adjacent
bje [Tue, 19 Jul 2005 00:58:51 +0000 (00:58 +0000)]
* readelf.c (read_and_display_attr_value): Remove comment adjacent
to DW_ATE_decimal_float about it being a GNU extension.

19 years ago * hppa.h (pa_opcode): Add rules for opcode ordering. Check first for
danglin [Tue, 19 Jul 2005 00:11:48 +0000 (00:11 +0000)]
* hppa.h (pa_opcode):  Add rules for opcode ordering.  Check first for
implicit space-register addressing.  Set space-register bits on opcodes
using implicit space-register addressing.  Add various missing pa20
long-immediate opcodes.  Remove various opcodes using implicit 3-bit
space-register addressing.  Use "fE" instead of "fe" in various
fstw opcodes.

19 years ago*** empty log message ***
gdbadmin [Tue, 19 Jul 2005 00:00:33 +0000 (00:00 +0000)]
*** empty log message ***

19 years agodaily update
amodra [Tue, 19 Jul 2005 00:00:06 +0000 (00:00 +0000)]
daily update

19 years ago* target.c (normal_pid_to_str): Use xsnprintf instead of snprintf.
kettenis [Mon, 18 Jul 2005 21:00:44 +0000 (21:00 +0000)]
* target.c (normal_pid_to_str): Use xsnprintf instead of snprintf.
* bsd-uthread.c (bsd_uthread_pid_to_str): Likewise.
* inf-ttrace.c (inf_ttrace_pid_to_str): Likewise.

19 years ago* hppa-tdep.h (hppa_frame_prev_register_helper): Change types of
kettenis [Mon, 18 Jul 2005 20:34:07 +0000 (20:34 +0000)]
* hppa-tdep.h (hppa_frame_prev_register_helper): Change types of
last argument to `gdb_byte *'.
* hppa-tdep.c (hppa32_convert_from_func_ptr_addr): Rewrite.
(hppa_frame_prev_register_helper): Change types of last argument
to `gdb_byte *'.
* hppa-hpux-tdep.c (hppa_hpux_sigtramp_frame_prev_register):
Change types of last argument to `gdb_byte *'.

19 years ago* gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
kettenis [Mon, 18 Jul 2005 19:23:53 +0000 (19:23 +0000)]
* gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
*-*-openbsd*.
* gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.

19 years ago Jason Molenda <jmolenda@apple.com>
kettenis [Mon, 18 Jul 2005 19:18:37 +0000 (19:18 +0000)]
Jason Molenda  <jmolenda@apple.com>
* i386-tdep.c (i386_match_insn): Match complete instruction
pattern.

19 years ago2005-07-18 Joseph S. Myers <joseph@codesourcery.com>
jjohnstn [Mon, 18 Jul 2005 19:07:47 +0000 (19:07 +0000)]
2005-07-18  Joseph S. Myers  <joseph@codesourcery.com>

        * testsuite/lib/checkoutput.exp (newlib_check_output): Use test
        names after PASS and FAIL which do not depend on source directory
        name or on whether test passed or failed.
        * testsuite/lib/passfail.exp (newlib_pass_fail): Likewise.

19 years ago2005-07-18 Richard Sandiford <richard@codesourcery.com>
jjohnstn [Mon, 18 Jul 2005 18:19:40 +0000 (18:19 +0000)]
2005-07-18  Richard Sandiford  <richard@codesourcery.com>

        * mips/array.ld (.sdata): Include .gnu.linkonce.s.*, not
        .gnu.linkonce.s*.
        (.sbss): Include .sbss.* and .gnu.linkonce.sb.*.
        * mips/cfe.ld, mips/ddb-kseg0.ld, mips/ddb.ld, mips/dve.ld,
        * mips/idt32.ld, mips/idt64.ld, mips/idtecoff.ld, mips/idt.ld,
        * mips/jmr3904app-java.ld, mips/jmr3904app.ld,
        * mips/jmr3904dram-java.ld, mips/jmr3904dram.ld,
        * mips/lsi.ld, mips/nullmon.ld, mips/pmon.ld: As for mips/array.ld.

19 years ago2005-07-18 Shaun Jackman <sjackman@gmail.com>
jjohnstn [Mon, 18 Jul 2005 16:18:10 +0000 (16:18 +0000)]
2005-07-18  Shaun Jackman  <sjackman@gmail.com>

        * libgloss/arm/libcfunc.c (abort): Call _exit instead of the RDI swi.
        (alarm): Add the weak attribute.
        (pause): New function. Return ENOSYS.
        * libgloss/arm/syscalls.c (_getpid): Add the weak attribute.
        (_fstat): Ditto.
        (_stat): Ditto.
        (_link): Ditto. Return ENOSYS.
        (_unlink): Call the swi instead of returning -1.
        (_raise): Add the weak attribute. Return ENOSYS.
        (isatty): Rename to _isatty. Call the swi instead of returning 1.
        (_system): Call the swi instead of returning ENOSYS.
        (_rename): Ditto.