• R/O
  • HTTP
  • SSH
  • HTTPS

pf3gnuchains3x: List of commits

3.4.x系GCCをフロントエンドとするgnu chains


RSS
Rev. Time Author
e048014 2010-01-02 04:03:24 brobecke

Update copyright notices to add year 2010.

69bc3d3 2010-01-02 03:44:05 brobecke

Update the copyright header of most if not all files that have not been
updated yet.

e7cb1ef 2010-01-02 03:27:06 brobecke

* gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
notice.

19e0c41 2010-01-02 01:57:56 jkratoch

gdb/testsuite/
* lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
missing $after_stopped and comma (,) expectation.

cd56eb6 2010-01-02 01:54:37 brobecke

Update copyright years in all relevant texinfo documents.

* agentexpr.texi: Add 2010 to the list of copyright years.
* annotate.texinfo: Likewise.
* gdb.texinfo: Likewise.
* gdbint.texinfo: Likewise.
* observer.texi: Likewise.
* stabs.texinfo: Likewise.

b49791c 2010-01-02 01:31:28 brobecke

Update copyright year in most headers.

Automatic update by copyright.sh.

00b0d53 2010-01-02 01:03:52 brobecke

Fix build failure in inf-ptrace.c.

* inf-ptrace.c (inf_ptrace_follow_fork): Fix typo.

f79d66f 2010-01-02 00:59:27 brobecke

* server.c (gdbserver_version): Update copyright year to 2010.
* gdbreplay.c (gdbreplay_version): Likewise.

33eb359 2010-01-02 00:56:03 brobecke

* top.c (print_gdb_version): Update copyright year.

d0df6c2 2010-01-02 00:53:31 brobecke

ChangeLog rotation for 2010.

20d0e07 2010-01-02 00:29:10 brobecke

Fix break *FUN'address thread NUM.

* ada-lex.l (task): Expand rule to also match the thread keyword.

ff8686a 2010-01-02 00:06:48 brobecke

Fix break *FUN'address task NUM.

* ada-lex.l (task): New rule.
* ada-lang.c (valid_task_id): Make sure the Ada task list has
been built before using it.

4bbb868 2010-01-01 18:00:03 gdbadmin

*** empty log message ***

46fc7be 2010-01-01 17:00:32 amodra

daily update

28308d5 2010-01-01 11:47:41 shebs

Add new tracepoint action teval.
* tracepoint.c (teval_pseudocommand): New function.
(validate_actionline): Add teval action case.
(encode_actions): Ditto.
(_initialize_tracepoint): Define teval pseudocommand.
* NEWS: Mention teval.

* gdb.texinfo (Tracepoint Actions): Describe teval.

* gdb.trace/actions.exp: Test teval action.

d0d1f60 2010-01-01 11:39:52 shebs

* tracepoint.c (trace_find_command): Error out if trace running.
(trace_find_pc_command): Ditto.
(trace_find_tracepoint_command): Ditto.
(trace_find_line_command): Ditto.
(trace_find_range_command): Ditto.
(trace_find_outside_command): Ditto.

86e1cd6 2010-01-01 08:40:36 nickc

* objcopy.c (add_redefine_syms_file): Avoid symbol buffer
overrun.

83f9a62 2010-01-01 08:10:28 nickc

* dwarf2.c (struct line_sequence): New struct.
(struct line_info_table): Add num_sequences, remove last_line,
add sequences.
(add_line_info): Add new sequences as necessary.
(compare_sequences): New function.
(sort_line_sequences): New function.
(decode_line_info): Initialize new fields in line table.
Call sort_line_sequences.
(lookup_address_in_line_info_table): Binary search for proper
sequence.

b17835b 2010-01-01 05:04:39 brobecke

Fix a typo.

c4758f1 2010-01-01 04:57:30 brobecke

Internal error while loading core on alpha-tru64.

* corelow.c (core_open): Delete unused local variables.
Use inferior_appeared instead of add_inferior_silent.

b485ad7 2010-01-01 00:05:49 ian

PR 10980
* options.h (class General_options): Permit two dashes with
--retain-symbols-file.

a746670 2009-12-31 23:43:29 ian

PR 10979
* layout.cc (Layout::relaxation_loop_body): If -Ttext was used,
don't put the file header and segment headers in the text
segment.

d957928 2009-12-31 23:07:21 ian

PR 10979
* common.cc (Sort_commons::operator()): Stabilize sort when both
entries are NULL.
(Symbol_table::do_allocate_commons_list): When allocating common
symbols, skip a symbol which is no longer common.
* symtab.h (Symbol::is_common): Test whether the symbol comes from
an object before checking its type.
* testsuite/common_test_2.c: New file.
* testsuite/common_test_3.c: New file.
* testsuite/Makefile.am (check_PROGRAMS): Add common_test_2.
(common_test_2_SOURCES, common_test_2_DEPENDENCIES): Define.
(common_test_2_LDFLAGS, common_test_2_LDADD): Define.
(common_test_2_pic.o, common_test_2.so): New targets.
(common_test_3_pic.o, common_test_3.so): New targets.
* testsuite/Makefile.in: Rebuild.

7c325a5 2009-12-31 21:48:46 ian

PR 10979
* script.cc (read_input_script): If we see a new SECTIONS clause,
and we have added an input section, give an error.
* layout.h (class Layout): Add have_added_input_section function.
Add have_added_input_section_ field.
* layout.cc (Layout::Layout): Initialize
have_added_input_section_.
(Layout::layout): Set have_added_input_section_.
(Layout::layout_eh_frame): Likewise.

db5b9ed 2009-12-31 19:57:55 ian

PR 10931
* options.h (class General_options): Add --sort-common option.
* symtab.h (class Symbol_table): Define Sort_commons_order enum.
* common.cc (Sort_common): Add sort_order parameter to
constructor. Add sort_order_ field.
(Sort_commons::operator): Check sort_order_.
(Symbol_table::allocate_commons): Determine the sort order.
(Symbol_table::do_allocate_commons): Add sort_order parameter.
Change all callers.
(Symbol_table::do_allocate_commons_list): Likewise.

911ce7b 2009-12-31 19:14:34 ian

PR 10916
* symtab.cc (Symbol_table::add_from_relobj): When not exporting
symbols from this object, don't change the visibility of an
undefined symbol.
* testsuite/exclude_libs_test_1.c (lib1_ref): New function.

264bd24 2009-12-31 18:00:03 gdbadmin

*** empty log message ***

1e6419d 2009-12-31 17:00:28 amodra

daily update

1a94d4e 2009-12-31 16:35:48 ian

PR 10861
* script.h (class Version_script_info): Define Language enum.
Update declarations. Define Glob, Exact, and Lookup types. Add
new fields globals_, locals_, and is_finalized_.
* script.cc: Various formatting fixes.
(class Parser_closure): Change language_stack_ from a vector of
std::string to one of Version_script_info::Language. Adjust all
uses accordingly.
(class Lazy_demangler): Remove.
(struct Version_expression): Change language from std::string to
Version_script_info::Language.
(Version_script_info::Version_script_info): New function.
(Version_script_info::~Version_script_info): Don't call clear.
(Version_script_info::finalize): New function.
(Version_script_info::build_lookup_tables): New function.
(Version_script_info::build_expression_list_lookup): New
function.
(Version_script_info::get_symbol_version_helper): Rewrite to use
lookup tables.
(Version_script_info::print_expression_list): Adjust to use
Version_script_info::Language.
(script_push_lex_into_version_mode): Check that the version script
has not been finalized.
(version_script_push_lang): Change language string to
Version_script_info::Language.
* options.cc (Command_line::version_script): New function.
* options.h (class General_options): Add finalize_dynamic_list
function. Change version_script from declaration to definition.
* testsuite/ver_test_4.script: Remove duplicate def of t2_2.
* testsuite/version_script.map: Remove duplicate def of foo.
* testsuite/Makefile.am (ver_matching_def.so): Depend upon
version_script.map.
* testsuite/Makefile.in: Rebuild.

6ab2cfa 2009-12-31 16:32:03 shebs

* tracepoint.c (trace_status_command): Add some status output.

Show on old repository browser