diff options
author | Jeff Law <law@gcc.gnu.org> | 1998-01-31 18:37:08 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-01-31 18:37:08 -0700 |
commit | 81fea2b1d147752f431b46c08f4c12a18a2d78bc (patch) | |
tree | 4b30cdf598ee6a8b24903fba52bb3e0c06bf459b /libf2c/TODO | |
parent | 0dfb6849ef1d4c8b5bf178d7add69ab297fab8fa (diff) | |
download | gcc-81fea2b1d147752f431b46c08f4c12a18a2d78bc.zip gcc-81fea2b1d147752f431b46c08f4c12a18a2d78bc.tar.gz gcc-81fea2b1d147752f431b46c08f4c12a18a2d78bc.tar.bz2 |
* Previous contents of gcc/f/runtime moved into toplevel
"libf2c" directory.
From-SVN: r17568
Diffstat (limited to 'libf2c/TODO')
-rw-r--r-- | libf2c/TODO | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/libf2c/TODO b/libf2c/TODO new file mode 100644 index 0000000..a44d1ed --- /dev/null +++ b/libf2c/TODO @@ -0,0 +1,17 @@ +970811 + +TODO list for the g77 library + +* `Makefile.in's should be brought up to standard; I'm not sure they + have a complete set of targets at present. + +* Investigate building shared libraries on systems we know about + (probably in 0.5.22, using libtool-1.0 from the FSF, which looks + quite useful). + +* Test cases. + +* Allow the library to be stripped to save space. + +* An interface to IEEE maths functions from libc where this makes + sense. |