Vladimir Prus
d72314c67b
Kill cmd_async_ok.
...
* cli/cli-decode.h (CMD_ASYNC_OK, set_cmd_async_ok)
(get_cmd_async_ok): Remove.
* cli/cli-decode.c (set_cmd_async_ok, get_cmd_async_ok): Remove.
* cli/cli-cmds.c (init_cli_cmds): Don't use set_cmd_async_ok.
* infcmd.c (_initialize_infcmd): Likewise.
* thread.c (_initialize_thread): Likewise.
2008-07-26 10:23:56 +00:00
Alan Modra
1ce4cec447
* ld-scripts/include.exp: Don't run test for aout.
...
* ld-scripts/include.s: Use .fill rather than .4byte.
* ld-scripts/include-1.d: Adjust.
2008-07-26 01:23:37 +00:00
Joseph Myers
5b68030fbd
* mips-tdep.c (mips_n32n64_push_dummy_call): Handle passing
...
128-bit long doubles in even-odd pairs of FPRs. Do not
right-align float arguments for big-endian.
(mips_n32n64_return_value): Apply return value convention for
structs containing one or two floating-point values to soft-float
as well as hard-float. Handle 128-bit long doubles in such
structs.
(mips_o32_push_dummy_call): Only skip one integer register for a
float argument passed in an FPR.
2008-07-26 01:19:34 +00:00
Alan Modra
22bce68eb8
* binutils-all/objdump.exp: Run compressed debug test only for ELF.
2008-07-26 01:15:42 +00:00
gdbadmin
848c6a24d5
*** empty log message ***
2008-07-26 00:00:33 +00:00
Alan Modra
94c034a2b1
daily update
2008-07-26 00:00:06 +00:00
Keith Seitz
8d38cdf663
* acinclude.m4: Remove libide, libgui, and all the other Tcl
...
functions.
* tcl.m4: New file.
2008-07-25 18:00:17 +00:00
Tom Tromey
383f836e20
gdb:
...
* tui/tui-hooks.c: Include observer.h.
(tui_event_default, tui_old_event_hooks, tui_event_hooks):
Remove.
(tui_bp_created_observer, tui_bp_deleted_observer,
tui_bp_modified_observer): New globals.
(tui_install_hooks): Use observers, not events.
(tui_remove_hooks): Likewise.
* mi/mi-cmd-break.c: Include observer.h, not gdb-events.h.
(mi_breakpoint_observers_installed, mi_can_breakpoint_notify): New
globals.
(breakpoint_notify): Check mi_can_breakpoint_notify.
(breakpoint_hooks): Remove.
(mi_cmd_break_insert): Attach observers. Don't use events.
* tracepoint.c: Include observer.h, not gdb-events.h.
(tracepoint_operation, trace_pass_command): Notify observer.
* interps.c: Don't include gdb-events.h.
(clear_interpreter_hooks): Don't call clear_gdb_event_hooks.
* gdbarch.c: Rebuild.
* gdbarch.sh: Emit include for observer.h, not gdb-events.h.
(deprecated_current_gdbarch_select_hack): Notify observer.
* breakpoint.h: Don't include gdb-events.h.
* breakpoint.c: Don't include gdb-events.h.
(condition_command): Notify observer.
(commands_command): Likewise.
(commands_from_control_command): Likewise.
(mention, delete_breakpoint, set_ignore_count): Likewise.
(disable_breakpoint, do_enable_breakpoint): Likewise.
* Makefile.in (gdb_events_h): Remove.
(breakpoint_h): Update.
(COMMON_OBS): Remove gdb-events.o.
(gdb-events.o): Remove.
(breakpoint.o, gdbarch.o, interps.o, tracepoint.o, gdbtk-bp.o,
gdbtk-hooks.o, mi-cmd-break.o, tui-hooks.o): Update.
* gdb-events.c: Remove.
* gdb-events.h: Remove.
* gdb-events.sh: Remove.
gdb/doc:
* observer.texi (GDB Observers): Document new observers:
breakpoint_created, breakpoint_deleted, breakpoint_modified,
tracepoint_created, tracepoint_deleted, tracepoint_modified,
architecture_changed.
gdb/gdbtk:
* generic/gdbtk-hooks.c: Include observer.h, not gdb-events.h.
(gdbtk_add_hooks): Use observers, not events.
(gdbtk_architecture_changed): Add argument, for observer.
* generic/gdbtk-bp.c: Include observer.h.
(gdb_set_bp): Notify observer.
(gdb_set_bp_addr): Likewise.
2008-07-25 16:12:03 +00:00
Ian Lance Taylor
2a00e4fb8e
PR 5990
...
* descriptors.cc: New file.
* descriptors.h: New file.
* gold-threads.h (class Hold_optional_lock): New class.
* fileread.cc: Include "descriptors.h".
(File_read::~File_read): Release descriptor rather than closing
it.
(File_read::open) [file]: Call open_descriptor rather than open.
Set is_descriptor_opened_.
(File_read::open) [memory]: Assert that descriptor is not open.
(File_read::reopen_descriptor): New function.
(File_read::release): Release descriptor.
(File_read::do_read): Make non-const. Reopen descriptor.
(File_read::read): Make non-const.
(File_read::make_view): Reopen descriptor.
(File_read::do_readv): Likewise.
* fileread.h (class File_read): Add is_descriptor_opened_ field.
Update declarations.
* layout.cc: Include "descriptors.h".
(Layout::create_build_id): Use open_descriptor rather than open.
* output.cc: Include "descriptors.h".
(Output_file::open): Use open_descriptor rather than open.
* archive.cc (Archive::const_iterator): Change Archive to be
non-const.
(Archive::begin, Archive::end): Make non-const.
(Archive::count_members): Likewise.
* archive.h (class Archive): Update declarations.
* object.h (Object::read): Make non-const.
* Makefile.am (CCFILES): Add descriptors.cc.
(HFILES): Add descriptors.h.
* Makefile.in: Rebuild.
2008-07-25 04:25:49 +00:00
gdbadmin
e2df110677
*** empty log message ***
2008-07-25 00:00:34 +00:00
Alan Modra
167ac92966
daily update
2008-07-25 00:00:06 +00:00
Ian Lance Taylor
801647d1db
PR 6716
...
* gold.h: Always include <clocale>. Add Solaris workarounds
following code in binutils/sysdep.h.
2008-07-24 21:45:50 +00:00
Ian Lance Taylor
5edd166e7d
PR 6048
...
* ehframe.cc (Eh_frame::add_ehframe_input_section): Check whether
this->eh_frame_hdr_ is NULL before using it.
2008-07-24 21:23:09 +00:00
Ian Lance Taylor
c89ad72891
* dynobj.cc (Versions::Versions): Update comment.
2008-07-24 21:21:38 +00:00
H.J. Lu
457cad8e7d
2008-07-24 H.J. Lu <hongjiu.lu@intel.com>
...
* gas/i386/nops-1.d: Add -mtune=generic32.
* gas/i386/nops-2.d: Likewise.
* gas/i386/nops-3.d: Likewise.
* gas/i386/x86-64-nops-1.d: Add -mtune=generic64.
* gas/i386/x86-64-nops-2.d: Likewise.
* gas/i386/x86-64-nops-3.d: Likewise.
* gas/i386/x86-64-nops-4.d: Likewise.
2008-07-24 18:51:33 +00:00
Daniel Jacobowitz
20163277f8
* elf32-mips.c (elf_backend_write_section): Define.
2008-07-24 16:17:42 +00:00
Pedro Alves
60e569b986
* remote.c (remote_threads_extra_info): Don't query the remote
...
server about info on the internally added main thread.
2008-07-24 15:28:42 +00:00
DJ Delorie
b7d9aef1b3
merge from gcc
2008-07-24 13:51:49 +00:00
Aleksandar Ristovski
a6a7f2a560
* nto-procfs.c (procfs_attach): Populate initial thread list.
...
(procfs_wait): Return new pid, built from the inferior status.
2008-07-24 13:18:58 +00:00
Nick Clifton
4ff738568a
* elf.c (_bfd_elf_map_sections_to_segments): Catch off by one
...
error assigning sections to segments.
2008-07-24 07:51:25 +00:00
Ian Lance Taylor
aa86f06bb6
* dynobj.cc (Versions::Versions): If there is an soname, use it as
...
the base version name.
2008-07-24 07:26:27 +00:00
Jie Zhang
81fd73edd1
* config/bfin-parse.y (asm_1): Error if plain symbol is used
...
as load/store offset.
2008-07-24 07:25:13 +00:00
Ian Lance Taylor
5778530ea7
* stringpool.cc (Stringpool_template::add_with_length): Set key to
...
array size plus one.
(Stringpool_template::set_string_offsets): Subtract one from key
before using it as an array index.
(Stringpool_template::get_offset_with_length): Likewise.
(Stringpool_template::write_to_buffer): Likewise.
* stringpool.h (Stringpool_template::get_offset_from_key):
Likewise.
2008-07-24 07:23:20 +00:00
Ian Lance Taylor
7f649c59d1
PR 6658
...
* object.h (Merged_symbol_value::value): Do our best to handle a
negative addend.
2008-07-24 01:24:50 +00:00
Alan Modra
94c16cb988
daily update
2008-07-24 00:00:05 +00:00
gdbadmin
e5a0a87f7c
*** empty log message ***
2008-07-24 00:00:02 +00:00
Ian Lance Taylor
057ead2231
PR 6647
...
* script.cc (Version_script_info::get_versions): Don't add empty
version tag to return value.
(Version_script_info::get_symbol_version_helper): Change return
type to bool. Add pversion parameter. Change all callers.
(script_register_vers_node): Don't require a non-NULL tag.
* script.h (class Version_script_info): Update declarations.
(Version_script_info::get_symbol_version): Change return type to
bool. Add version parameter. Change all callers.
* symtab.cc (Sized_symbol::add_from_relobj): Rework version
handling. Handle an empty version from a version script.
(Symbol_table::define_special_symbol): Likewise.
* testsuite/ver_test_10.script: New file.
* testsuite/ver_test_10.sh: New file.
* testsuite/Makefile.am (check_SCRIPTS): Add ver_test_10.sh.
(check_DATA): Add ver_test_10.syms.
(ver_test_10.syms, ver_test_10.so): New target.
* testsuite/Makefile.in: Rebuild.
2008-07-23 23:44:02 +00:00
Thiago Jung Bauermann
e63e4db203
* configure.ac (CONFIG_INITS): Delete long obsoleted variable.
...
* configure: Regenerate.
2008-07-23 17:40:48 +00:00
Chris Demetriou
58e54ac21d
2008-07-23 Simon Baldwin <simonb@google.com>
...
* symtab.cc (Symbol_table::sized_write_symbol): Only set st_size
to zero for undefined symbols from dynamic libraries.
2008-07-23 16:19:59 +00:00
Ian Lance Taylor
95d14cd31e
* symtab.cc (Symbol_table::resolve): Remove version parameter.
...
Change all callers.
* symtab.h (class Symbol_table): Update declaration.
* testsuite/ver_test_9.cc: New file.
* testsuite/Makefile.am (check_PROGRAMS): Add ver_test_9.
(ver_test_9_SOURCES, ver_test_9_DEPENDENCIES): Define.
(ver_test_9_LDFLAGS, ver_test_9_LDADD): Define.
(ver_test_9.so, ver_test_9.o): New targets.
* testsuite/Makefile.in: Rebuild.
2008-07-23 14:36:09 +00:00
Aleksandar Ristovski
14ef7606b7
* nto-procfs.c (procfs_xfer_memory): Changed signature.
...
(procfs_resume): Workaround for dereferencing type-punned pointer
warning.
* nto-tdep.c (nto_parse_redirection): Change signature to be const
correct.
* nto-tdep.h (nto_parse_redirection): Likewise.
2008-07-23 13:36:00 +00:00
gdbadmin
16d0210785
*** empty log message ***
2008-07-23 00:00:33 +00:00
Alan Modra
2b380f6b14
daily update
2008-07-23 00:00:05 +00:00
Ian Lance Taylor
3481085102
* options.h (class General_options): Define --check-sections.
...
* layout.cc (Layout::set_segment_offsets): Handle
--check-sections.
2008-07-22 23:55:24 +00:00
Ian Lance Taylor
af6156ef8d
* options.h (class General_options): Define -n/--nmagic and
...
-N/--omagic.
* options.cc (General_options::finalize): For -n/--nmagic or
-N/--omagic, set -static.
* layout.cc (Layout::attach_allocated_section_to_segment): If
-N/--omagic, don't put read-only and read-write sections in
different segments.
(Layout::find_first_load_seg): If -N/--omagic, don't insist on
finding a read-only segment.
(Layout::set_segment_offsets): If -N/--omagic or -n/--nmagic,
don't set the minimum segment alignment to the common page size,
and don't set the file offset to the address modulo the page size.
* script-sections.cc (Script_sections::create_segments): If
-n/--omagic, don't put read-only and read-write sections in
different segments.
2008-07-22 23:01:20 +00:00
Ian Lance Taylor
92de84a60c
* cref.cc: New file.
...
* cref.h: New file.
* options.h (class General_options): Add --print-symbol-counts.
* main.cc (main): Issue defined symbol report if requested.
* archive.cc (Archive::interpret_header): Make into a const member
function.
(Archive::add_symbols): Call Input_objects::archive_start and
archive_stop.
(Archive::const_iterator): Define new class.
(Archive::begin, Archive::end): New functions.
(Archive::include_all_members): Rewrite to use iterator.
(Archive::count_members): New function.
* archive.h (class Archive): Update declarations.
(Archive::filename): New function.
* object.cc: Include "cref.h".
(Sized_relobj::Sized_relobj): Initialize defined_count_.
(Sized_relobj::do_get_global_symbol_counts): New function.
(Input_objects::add_object): Add object to cross-referencer.
(Input_objects::archive_start): New function.
(Input_objects::archive_stop): New function.
(Input_objects::print_symbol_counts): New function.
* object.h: Declare Cref and Archive.
(Object::get_global_symbol_counts): New function.
(Object::do_get_global_symbol_counts): New pure virtual function.
(class Sized_relobj): Add defined_count_ field. Update
declarations.
(class Input_objects): Add cref_ field. Update constructor.
Update declarations.
* dynobj.cc (Sized_dynobj::Sized_dynobj): Initialize symbols_ and
defined_count_.
(Sized_dynobj::do_add_symbols): Allocate symbols_ if printing
symbol counts.
(Sized_dynobj::do_get_global_symbol_counts): New function.
* dynobj.h (class Sized_dynobj): Add fields symbols_ and
defined_count_. Update declarations. Define Symbols typedef.
* symtab.cc (Symbol_table::add_from_relobj): Add defined
parameter. Change all callers.
(Symbol_table::add_from_dynobj): Add sympointers and defined
parameters. Change all callers.
* symtab.h (class Symbol_table): Update declarations.
* Makefile.am (CCFILES): Add cref.cc.
(HFILES): Add cref.h.
* Makefile.in: Rebuild.
2008-07-22 22:08:43 +00:00
Chris Demetriou
3f7c5e1d99
2008-07-22 Simon Baldwin <simonb@google.com>
...
* symtab.cc (Symbol_table::sized_write_symbol): Set symbol size
to zero when writing undefined symbols.
2008-07-22 21:02:44 +00:00
Alan Modra
308cb401d6
Update for elf_link_output_extsym change
2008-07-22 14:15:32 +00:00
Nick Clifton
39948a609d
* elf.c (_bfd_elf_map_sections_to_segments): Allow sections in
...
adjoining pages to be included in the same segment.
2008-07-22 11:19:01 +00:00
Nick Clifton
570de99165
* config/tc-mips.c (mips_ip): Reset s to argsStart.
...
* gas/mips/tls-ill.l: Update error message.
* gas/mips/octeon-ill.l: Likewise.
2008-07-22 10:44:51 +00:00
Jie Zhang
b4f42c969a
* config/tc-bfin.c (bfin_gen_loop): Remove loop symbol.
2008-07-22 08:34:16 +00:00
Ian Lance Taylor
e0b640329e
* output.cc (Output_section::add_input_section): Don't try to
...
merge empty merge sections.
2008-07-22 08:09:48 +00:00
Chris Demetriou
bda987c255
2008-07-22 Simon Baldwin <simonb@google.com>
...
* elflink.c (elf_link_output_extsym): Set st_size to zero for
symbols from dynamic libraries.
2008-07-22 04:58:33 +00:00
Stan Shebs
cfd8ab242a
Scrub remnants of IN_SOLIB_DYNSYM_RESOLVE_CODE.
...
* gdbarch.sh: Adjust comment to refer to
in_solib_dynsym_resolve_code().
* gdbarch.h, gdbarch.c: Update.
* solib-osf.c: Ditto.
* infrun.c: Ditto.
(handle_inferior_event): Use in_solib_dynsym_resolve_code
unconditionally.
* config/mips/nm-irix5.h: Remove undef of
IN_SOLIB_DYNSYM_RESOLVE_CODE.
* gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
2008-07-22 02:10:14 +00:00
Alan Modra
21963d0e69
daily update
2008-07-22 00:00:05 +00:00
gdbadmin
5427ade67e
*** empty log message ***
2008-07-22 00:00:03 +00:00
Craig Silverstein
096b02cf4d
2008-07-21 Craig Silverstein <csilvers@google.com>
...
* symtab.cc (Symbol_table::warn_about_undefined_dynobj_symbol):
Include symbol version in error message.
2008-07-21 23:36:29 +00:00
DJ Delorie
cc189afcf8
* config/tc-h8300.c (fix_operand_size): Use the default size
...
specified by the .lbranch/.sbranch pseudos.
2008-07-21 17:50:54 +00:00
Tom Tromey
781b42b0ba
gdb
...
* symfile.c (reread_symbols): Don't pass argument to observer.
* exec.c (exec_file_attach): Don't pass argument to observer.
* ada-lang.c (ada_executable_changed_observer): Remove argument.
* symtab.c (symtab_observer_executable_changed): Remove argument.
* observer.sh: Handle functions with no arguments.
gdb/doc
* observer.texi (GDB Observers): Remove obsolete comment.
<executable_changed>: Remove argument.
2008-07-21 16:47:11 +00:00
H.J. Lu
88ba32a0f9
2008-07-21 H.J. Lu <hongjiu.lu@intel.com>
...
PR ld/4424
* elflink.c (_bfd_elf_merge_symbol): Call bed->relocs_compatible
to check if 2 inputs are compatible.
2008-07-21 16:13:27 +00:00