Mark Kettenis
c7c14b96ad
* 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.
2005-07-25 20:19:37 +00:00
H.J. Lu
3b22753a67
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.
2005-07-25 15:41:08 +00:00
H.J. Lu
a4d8e49b50
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.
2005-07-25 15:35:37 +00:00
Mark Mitchell
40afd87930
Clarify ANSI, not POSIX, terminal escapes in ChangeLog
2005-07-25 15:13:33 +00:00
Mark Mitchell
fd8be987f8
* 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.
2005-07-25 15:09:31 +00:00
Mark Mitchell
7ef34f2cde
* configure.ac: On MinGW, do not require a termcap library, and
...
use win32-termcap.c.
* configure: Regenerated.
* win32-termcap.c: New file.
2005-07-25 15:08:41 +00:00
Alan Modra
314c531dba
daily update
2005-07-25 00:00:09 +00:00
gdbadmin
47f7a80ea0
*** empty log message ***
2005-07-25 00:00:02 +00:00
Mark Mitchell
056d764617
* ser-tcp.c (close): Define as a function-like macro on MinGW.
2005-07-24 23:02:41 +00:00
Daniel Jacobowitz
99356e9020
* chew.c: Include <string.h>.
2005-07-24 16:57:42 +00:00
Paolo Bonzini
b73aa40604
2005-07-24 Paolo Bonzini <bonzini@gnu.org>
...
* Makefile.tpl: Wrap install between unstage and stage
* Makefile.in: Regenerate.
2005-07-24 13:57:01 +00:00
Alan Modra
12fc67c63b
daily update
2005-07-24 00:00:07 +00:00
gdbadmin
565b98c91a
*** empty log message ***
2005-07-24 00:00:04 +00:00
H.J. Lu
58ac56d0c8
2005-07-23 Olaf Hering <olh@suse.de>
...
* elflink.c (elf_link_input_bfd): Add '\n' for linker einfo
callback.
2005-07-23 15:42:51 +00:00
DJ Delorie
55060c0b16
merge from gcc
2005-07-23 15:17:18 +00:00
Alan Modra
dbb467de43
daily update
2005-07-23 00:00:06 +00:00
gdbadmin
8988f097ff
*** empty log message ***
2005-07-23 00:00:04 +00:00
DJ Delorie
d4ad1cbf1d
* chew.c: Include stdlib.h.
2005-07-22 23:54:56 +00:00
Kazu Hirata
d8bacf76e8
* chew.c: Don't include sysdep.h.
2005-07-22 18:16:17 +00:00
Nick Clifton
9f971fcbd4
Remove special case handling for rtems targets that are sufficiently handled by
...
the default rtems targets.
2005-07-22 10:34:30 +00:00
Nick Clifton
a9b7b1745d
(m32r_elf_check_relocs): Fix pc count for R_M32R_REL32.
2005-07-22 10:27:44 +00:00
DJ Delorie
6038baea6c
merge from gcc
2005-07-22 04:28:52 +00:00
DJ Delorie
c750388a85
merge from gcc
2005-07-22 03:26:05 +00:00
DJ Delorie
a4e5c0d804
merge from gcc
2005-07-22 03:16:33 +00:00
DJ Delorie
7edb1832f2
merge from gcc
2005-07-22 03:00:51 +00:00
Ben Elliston
e865f979ac
* configure.ac: Check for a getopt(3) declaration.
...
* configure, config.in: Regenerate.
2005-07-22 02:10:56 +00:00
gdbadmin
7e6ac9b631
*** empty log message ***
2005-07-22 00:00:08 +00:00
Alan Modra
9ed9428b13
daily update
2005-07-22 00:00:07 +00:00
Eric Christopher
e04e8f8ae6
2005-07-21 Eric Christopher <echristo@apple.com>
...
* MAINTAINERS (Misc): Update affiliation.
2005-07-21 22:30:16 +00:00
Eric Christopher
f1969386cc
2005-07-21 Eric Christopher <echristo@apple.com>
...
* MAINTAINERS: Change affiliation.
2005-07-21 18:23:57 +00:00
Ben Elliston
240a342512
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.
2005-07-21 13:23:37 +00:00
Paul Brook
c160f130d2
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.
2005-07-21 13:11:28 +00:00
Mark Kettenis
5d426ff1d3
* inf-ttrace.c (inf_ttrace_wait): Properly report TTEVT_EXEC
...
events as TARGET_WAITKIND_EXECD.
(inf_ttrace_detach): Reorder local variables.
2005-07-21 10:36:19 +00:00
Nick Clifton
a9bfff94ad
Use vsnprintf instead of vsprintf.
2005-07-21 08:03:54 +00:00
Ben Elliston
71f51525ec
* ldgram.y (ldgram_want_filename): Remove unused static.
2005-07-21 07:59:10 +00:00
gdbadmin
6f6b6d441e
*** empty log message ***
2005-07-21 00:00:33 +00:00
Alan Modra
363fad39b4
daily update
2005-07-21 00:00:07 +00:00
DJ Delorie
760c0f6a1a
* disassemble.c (disassemble_init_for_target): M32C ISAs are
...
enums, so convert them to bit masks, which attributes are.
2005-07-20 19:36:54 +00:00
DJ Delorie
fe77349403
* emulparams/elf32m32c.sh (TEMPLATE_NAME): New.
...
(EXTRA_EM_FILE): New.
2005-07-20 19:33:18 +00:00
Mark Kettenis
b2a4db28c2
* 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.
2005-07-20 13:25:28 +00:00
Nick Clifton
157e7bd196
Add support for a 32bit PC relative reloc
2005-07-20 11:35:03 +00:00
Wu Zhou
6c76e4a1c9
* remote.c (remote_pid_to_str): Use xsnprintf instead of snprintf.
2005-07-20 02:56:43 +00:00
Alan Modra
4e95af6201
daily update
2005-07-20 00:00:18 +00:00
gdbadmin
c17d7d346c
*** empty log message ***
2005-07-20 00:00:12 +00:00
H.J. Lu
0e1b44bada
2005-07-19 H.J. Lu <hongjiu.lu@intel.com>
...
* ldmain.c (main): Reindent.
2005-07-19 21:41:03 +00:00
Paul Brook
a3540342ed
2005-07-19 Paul Brook <paul@codesourcery.com>
...
* configure.host (HOSTING_CRT0): Parse output of gcc --help --verbose
to determine dynamic linker name.
2005-07-19 12:43:19 +00:00
Nick Clifton
85da3a565d
Add ChangeLog entries for yesterdays deltas (oops!)
2005-07-19 10:01:32 +00:00
H.J. Lu
22cbf2e74a
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.
2005-07-19 04:11:19 +00:00
Dave Anglin
18b3bdfca0
* hppa.h: Fix punctuation in comment.
2005-07-19 03:09:33 +00:00
Dave Anglin
8a6d3190de
* gas/hppa/basic/fp_comp.s: Add level 1.1 directive.
...
* gas/hppa/basic/special.s, gas/hppa/basic/system.s: Likewise.
2005-07-19 01:41:21 +00:00