X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=ChangeLog;h=9b1cbfac1f03e756db130fcf7ec1e916ae87cc41;hb=16dfbded4ca0fc78810c78ee29cab33c8c9fea42;hp=f66f5523f544a15e57b410f28a055c4ff071fca8;hpb=f3f51a69187bd04f61373f54afd359e595d18011;p=deliverable%2Fbinutils-gdb.git diff --git a/ChangeLog b/ChangeLog index f66f5523f5..9b1cbfac1f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,28 @@ +2013-12-19 Keven Boell + + * cp-namespace.c (cp_lookup_nested_symbol): Enable + nested lookups for fortran modules. + * dwarf2read.c (read_module): Add fortran module to + the symbol table. + (add_partial_symbol, add_partial_module): Add fortran + module to the partial symbol table. + (new_symbol_full): Create full symbol for fortran module. + * f-exp.y (yylex): Add new module domain to be parsed. + * symtab.h: New domain for fortran modules. + +2013-12-19 Keven Boell + + * f-exp.y (yylex): Add domain array to enable lookup + in multiple domains. Loop over lookup domains and try + to find requested symbol. Add STRUCT_DOMAIN to lookup + domains to be able to query for user defined types. + +2013-12-13 Francois-Xavier Coudert + + * configure.ac: Add user-friendly check for native x86_64-linux + multilibs. + * configure: Regenerate. + 2013-11-23 Alan Modra * config.sub, config.guess: Import from upstream.