diff options
author | Phil Blundell <pb@gcc.gnu.org> | 2001-05-24 21:16:36 +0000 |
---|---|---|
committer | Phil Blundell <pb@gcc.gnu.org> | 2001-05-24 21:16:36 +0000 |
commit | 6646fd701f9bf5c8d452dc04c7a593f738534685 (patch) | |
tree | d6a3f7f8be4e5ddc5c9de8a47e33caf442637aa3 | |
parent | e46ccf7c814d24040d7ba4bab65629ec73af1c59 (diff) | |
download | gcc-6646fd701f9bf5c8d452dc04c7a593f738534685.zip gcc-6646fd701f9bf5c8d452dc04c7a593f738534685.tar.gz gcc-6646fd701f9bf5c8d452dc04c7a593f738534685.tar.bz2 |
install.texi (arm*-*-linux-gnu): Say that binutils 2.10 is required.
2001-05-24 Philip Blundell <philb@gnu.org>
* doc/install.texi (arm*-*-linux-gnu): Say that binutils 2.10 is
required.
[[Split portion of a mixed commit.]]
From-SVN: r42545.2
-rw-r--r-- | gcc/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 5d436c8..450007a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ 2001-05-24 Philip Blundell <philb@gnu.org> + * doc/install.texi (arm*-*-linux-gnu): Say that binutils 2.10 is + required. + +2001-05-24 Philip Blundell <philb@gnu.org> + * config/arm/arm.c (output_return_instruction): Correctly handle interworking and interrupt functions. |