diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 117cdd0f08e..f02228564c6 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2014-04-23 Tom de Vries + + * target-hooks-macros.h: Fix DEFHOOKPOD argument order in comment. + 2014-04-23 David Malcolm * is-a.h: Update comments to reflect the following changes to the diff --git a/gcc/target-hooks-macros.h b/gcc/target-hooks-macros.h index 5cf4cb1093c..901f824ab20 100644 --- a/gcc/target-hooks-macros.h +++ b/gcc/target-hooks-macros.h @@ -18,7 +18,7 @@ /* The following macros should be provided by the including file: DEFHOOK(NAME, DOC, TYPE, PARAMS, INIT): Define a function-valued hook. - DEFHOOKPOD(DOC, TYPE, NAME, INIT): Define a piece-of-data 'hook'. */ + DEFHOOKPOD(NAME, DOC, TYPE, INIT): Define a piece-of-data 'hook'. */ /* Defaults for optional macros: DEFHOOKPODX(NAME, TYPE, INIT): Like DEFHOOKPOD, but share documentation