X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=include%2FChangeLog;h=65cc946df6cd09f011e351c3c6c8dafa5b3018ef;hb=3962c318972845186f1869167fa1d8f9c27fff1d;hp=5aeaf305f9005067b39208b470fcec8526ef8724;hpb=b17eeb610bae2de6ccc69540913372ee717d6496;p=pf3gnuchains%2Fgcc-fork.git diff --git a/include/ChangeLog b/include/ChangeLog index 5aeaf305f90..65cc946df6c 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,47 @@ +2010-04-26 Pedro Alves + + * filenames.h (PATH_SEPARATOR): Delete. + +2010-04-23 Pedro Alves + + * filenames.h (IS_DIR_SEPARATOR_1): Rename from IS_DIR_SEPARATOR, + always define it independently of host, add `dos_based' parameter, + and handle it. + (PATH_SEPARATOR): Define. + (HAS_DRIVE_SPEC_1): Rename from HAS_DRIVE_SPEC, always define it + independently of host, add `dos_based' parameter, and handle it. + (IS_ABSOLUTE_PATH_1): Rename from IS_ABSOLUTE_PATH, always define + it independently of host, add `dos_based' parameter, and handle + it. + (IS_DOS_DIR_SEPARATOR, IS_DOS_ABSOLUTE_PATH) + (IS_UNIX_DIR_SEPARATOR, IS_UNIX_ABSOLUTE_PATH) + (HAS_DOS_DRIVE_SPEC): New. + (HAS_DRIVE_SPEC): Reimplement on top of HAS_DRIVE_SPEC_1. + (IS_DIR_SEPARATOR): Reimplement on top of IS_DIR_SEPARATOR_1. + (IS_ABSOLUTE_PATH): Reimplement on top of IS_ABSOLUTE_PATH_1. + * libiberty.h (dos_lbasename, unix_lbasename): Declare. + +2010-04-20 Nick Clifton + + * sha1.h: Update copyright notice to use GPLv3. + +2010-04-14 Doug Evans + + * filenames.h (HAS_DRIVE_SPEC, STRIP_DRIVE_SPEC): New macros. + +2010-04-13 Matthias Klose + + * elf: Remove empty directory. + +2010-04-06 Jakub Jelinek + + * dwarf2.h (DWARF2_Internal_LineInfo): Add li_max_ops_per_insn + field. + +2010-03-23 Joseph Myers + + * symcat.h (CONCAT5, CONCAT6, XCONCAT5, XCONCAT6): Define. + 2010-01-13 Joel Brobecker Add new DW_AT_use_GNAT_descriptive_type CU attribute. @@ -31,7 +75,7 @@ 2009-10-19 Rafael Avila de Espindola PR40790 - * plugin-api.h: Don't include stdint.h unconditionally. + * plugin-api.h: Don't include stdint.h unconditionally. 2009-10-15 Jakub Jelinek @@ -59,7 +103,7 @@ * plugin-api.h: Fix compile. -2008-10-03 Rafael Espindola +2009-10-03 Rafael Espindola * plugin-api.h: New. * lto-symtab.h: New. @@ -147,7 +191,7 @@ * ansidecl.h: Add extern "C" when compiling with C++. Treat C++ the way we treat an ISO C compiler. Don't define inline as a - macdro when compiling with C++. + macro when compiling with C++. * dyn-string.h: Add header guard DYN_STRING_H. Add extern "C" when compiling with C++. * fibheap.h: Add extern "C" when compiling with C++.