diff options
| author | joel <joel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-08-11 21:29:26 +0000 |
|---|---|---|
| committer | joel <joel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-08-11 21:29:26 +0000 |
| commit | 89e89a893dbf5bb748adea4a5a39500a28f1b100 (patch) | |
| tree | 097f4609aeb69ff5018ede360857ee33df7e5f7b | |
| parent | 88abfb2bb7bac712332e2d336005caee2f7dc6e8 (diff) | |
| download | ppe42-gcc-89e89a893dbf5bb748adea4a5a39500a28f1b100.tar.gz ppe42-gcc-89e89a893dbf5bb748adea4a5a39500a28f1b100.zip | |
2014-08-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* s-osinte-rtems.adb: Correct formatting of line in license block.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_9-branch@213839 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ada/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/ada/s-osinte-rtems.adb | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 27d4ad7cbac..721051ee89b 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -1,3 +1,7 @@ +2014-08-11 Joel Sherrill <joel.sherrill@oarcorp.com> + + * s-osinte-rtems.adb: Correct formatting of line in license block. + 2014-07-16 Release Manager * GCC 4.9.1 released. diff --git a/gcc/ada/s-osinte-rtems.adb b/gcc/ada/s-osinte-rtems.adb index de21785941a..9f01128c918 100644 --- a/gcc/ada/s-osinte-rtems.adb +++ b/gcc/ada/s-osinte-rtems.adb @@ -22,7 +22,7 @@ -- You should have received a copy of the GNU General Public License and -- -- a copy of the GCC Runtime Library Exception along with this program; -- -- see the files COPYING3 and COPYING.RUNTIME respectively. If not, see -- --- <http://www.gnu.org/licenses/>. +-- <http://www.gnu.org/licenses/>. -- -- -- -- GNARL was developed by the GNARL team at Florida State University. It is -- -- now maintained by Ada Core Technologies Inc. in cooperation with Florida -- |

