OSDN Git Service

pf3gnuchains/pf3gnuchains3x.git
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.

19 years agogas/
jbeulich [Mon, 18 Jul 2005 15:24:38 +0000 (15:24 +0000)]
gas/
2005-07-18  Jan Beulich  <jbeulich@novell.com>

* config/tc-i386.c (md_begin): Use IS_ELF.
(tc_i386_fix_adjustable): Likewise.
(md_estimate_size_before_relax): Likewise.
(md_apply_fix): Likewise.
(i386_target_format): Likewise.
(lex_got): Define to NULL when not ELF or when LEX_AT. Check IS_ELF.
(i386_immediate): Remove #ifdef LEX_AT.
(i386_displacement): Likewise.
* config/tc-i386.h (x86_cons): Prototype only when ELF and when not
LEX_AT.

19 years agoFix spelling of Red Hat
nickc [Mon, 18 Jul 2005 14:16:51 +0000 (14:16 +0000)]
Fix spelling of Red Hat

19 years agoFix building for MS1 and M32C.
nickc [Mon, 18 Jul 2005 14:13:28 +0000 (14:13 +0000)]
Fix building for MS1 and M32C.
Restore alpha- sorting to the architecture tables.

19 years ago* i386-tdep.c (i386_reg_struct_return_p): Handle structures with a
kettenis [Mon, 18 Jul 2005 12:40:05 +0000 (12:40 +0000)]
* i386-tdep.c (i386_reg_struct_return_p): Handle structures with a
single 'long double' member correctly.
(i386_return_value): Tweak comment.

19 years ago * lib/kernel32.def (GetUserGeoID): Correct suffix.
dannysmith [Mon, 18 Jul 2005 11:04:49 +0000 (11:04 +0000)]
* lib/kernel32.def (GetUserGeoID): Correct suffix.
Thanks to: "bernd23" <bernd23 at users dot sourceforge dot net>

19 years ago * include/commctrl.h (TreeView_SetItemState): Initilise
dannysmith [Mon, 18 Jul 2005 10:12:46 +0000 (10:12 +0000)]
* include/commctrl.h (TreeView_SetItemState): Initilise
_tvi.hItem.
Thanks to Joseph Remes <jremes at users dot sourceforge dot net>

19 years agoRemove 2005-07-08 Dimitri Papadopoulos entry (no file was added).
dannysmith [Mon, 18 Jul 2005 09:53:17 +0000 (09:53 +0000)]
Remove 2005-07-08  Dimitri Papadopoulos entry (no file was added).

19 years ago2005-07-18 Mattia Barbon <mbarbon@users.sourceforge.net>
dannysmith [Mon, 18 Jul 2005 09:48:08 +0000 (09:48 +0000)]
2005-07-18  Mattia Barbon  <mbarbon@users.sourceforge.net>

* include/commctrl.h (NMLVFINDITEM): Add structure.

19 years ago2005-07-18 Michael Gerdau <mgdde@users.sourceforge.net>
dannysmith [Mon, 18 Jul 2005 09:04:25 +0000 (09:04 +0000)]
2005-07-18  Michael Gerdau  <mgdde@users.sourceforge.net>

* include/wininet.h (WININET_API_FLAG_*): Add defines.

19 years ago2005-07-18 Daniel Atallah <datallah@users.sourceforge.net>
dannysmith [Mon, 18 Jul 2005 08:52:29 +0000 (08:52 +0000)]
2005-07-18  Daniel Atallah  <datallah@users.sourceforge.net>

* include/winnt.h (VER_SET_CONDITION): Define.

19 years ago* gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
kettenis [Mon, 18 Jul 2005 08:12:03 +0000 (08:12 +0000)]
* gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
sigaltsatck'.

19 years agogas/
jbeulich [Mon, 18 Jul 2005 06:27:22 +0000 (06:27 +0000)]
gas/
2005-07-18  Jan Beulich  <jbeulich@novell.com>

* config/tc-i386.c (reloc): Convert to ISO C90. Change first
parameter to unsigned. Parameter sign now is tristate - zero/
positive mean unsigned/signed, negative means signedness doesn't
matter. Check field size,
signedness, and pcrel-ness are in agreement between relocated field
and relocation type. Adjust diagnostics.
(optimize_imm): And type mask of operand instead of overwriting it.
(lex_got): Convert to ISO C90. Add third parameter. Add new field to
local structure and initialize gotrel accordingly. Pass caller as
mask of types that the operator can match.
(x86_cons_fix_new): Let reloc know that signedness of relocation
doesn't matter.
(x86_pe_cons_fix_new): Likewise.
(x86_cons): Pass additional argument to lex_got.
(i386_immediate): New local variable 'types'. Pass its address as
additional argument to lex_got. Mask out operand types not supported
befoe returning.
(i386_displacement): Likewise. Set bigdisp to all types supported in
64-bit mode, combining the previously split initialization.

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

* gas/i386/reloc32.[sdl]: New.
* gas/i386/reloc64.[sdl]: New.
* gas/i386/i386.exp: Run new tests.

19 years agobfd/
jbeulich [Mon, 18 Jul 2005 06:23:38 +0000 (06:23 +0000)]
bfd/
2005-07-18  Jan Beulich  <jbeulich@novell.com>

* elf32-i386.c (elf_howto_table): Adjust overflow complaint handler
for R_386_PC16.
* elf64-x86-64.c (x86_64_elf_howto_table): Adjust overflow complaint
handler for R_X86_64_PC16, R_X86_64_8, and R_X86_64_DTPOFF.

ld/testsuite/
2005-07-18  Jan Beulich  <jbeulich@novell.com>

* ld-i386/abs.s, ld-i386/zero.s, ld-i386/abs.d, ld-x86-64/abs.d,
ld-i386/pcrel16.s, ld-i386/pcrel16.d, ld-x86-64/pcrel16.d,
ld-i386/pcrel8.s, ld-i386/pcrel8.d, ld-x86-64/pcrel8.d: New.
* ld-i386/i386.exp, ld-x86-64/x86-64.exp: Run new tests.

19 years agogas/
jbeulich [Mon, 18 Jul 2005 06:12:57 +0000 (06:12 +0000)]
gas/
2005-07-18  Jan Beulich  <jbeulich@novell.com>

* config/tc-i386.c (parse_insn): Reject prefix if unavailable in
current mode.

19 years agoinclude/opcode/
jbeulich [Mon, 18 Jul 2005 06:11:00 +0000 (06:11 +0000)]
include/opcode/
2005-07-18  Jan Beulich  <jbeulich@novell.com>

* i386.h (i386_optab): Operands of aam and aad are unsigned.