diff options
author | Tobias Burnus <burnus@gcc.gnu.org> | 2013-03-01 20:01:57 +0100 |
---|---|---|
committer | Tobias Burnus <burnus@gcc.gnu.org> | 2013-03-01 20:01:57 +0100 |
commit | 40bf31ed08918ac239b82fb82c3c78d3e6189691 (patch) | |
tree | e601231903d80822c94718db17045d0e38cc21cb /gcc/fortran | |
parent | 2b62c97f038337ffd7522bca3eef22a346ca5306 (diff) | |
download | gcc-40bf31ed08918ac239b82fb82c3c78d3e6189691.zip gcc-40bf31ed08918ac239b82fb82c3c78d3e6189691.tar.gz gcc-40bf31ed08918ac239b82fb82c3c78d3e6189691.tar.bz2 |
extended.texi (C Extensions): Change order in @menu to match @node.
gcc/
2013-03-01 Tobias Burnus <burnus@net-b.de>
* doc/extended.texi (C Extensions): Change order in @menu
to match @node.
(Other MIPS Built-in Functions): Move last MIPS entry before
"picoChip Built-in Functions".
(SH Built-in Functions): Move after RX Built-in Functions.
* doc/gcc.texi (Introduction): Change order in @menu
to match @node.
* doc/md.texi (Constraints): Ditto.
* gty.texi (Type Information): Ditto.
(User-provided marking routines for template types): Make
subsection.
* doc/invoke.texi (AArch64 Options): Move before
"Adapteva Epiphany Options".
libiberty/
2013-03-01 Andreas Schwab <schwab@linux-m68k.org>
* obstacks.texi (Obstacks): Trim @node to only contain the
node name.
* libiberty.texi (Obstacks): Lower section.
From-SVN: r196388
Diffstat (limited to 'gcc/fortran')
-rw-r--r-- | gcc/fortran/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index 56497ed..499347f 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,5 +1,6 @@ 2013-03-01 Tobias Burnus <burnus@net-b.de> + PR fortran/56491 * iresolve.c (resolve_bound): Use gfc_get_string instead of xstrdup. * symbol.c (free_components): Free proc-pointer components. |