diff options
author | Steve Chamberlain <sac@cygnus> | 1991-12-01 07:14:34 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1991-12-01 07:14:34 +0000 |
commit | 9b4f91b556ce939e085cfbd61cf6d2cf5466719a (patch) | |
tree | c9cd4bcb6ffb822834ca1befd2ea4a7af5dcc2d3 /gas | |
parent | a1d144c63e5a202b6215c1eb0d7ab4b17b4d32ca (diff) | |
download | gdb-9b4f91b556ce939e085cfbd61cf6d2cf5466719a.zip gdb-9b4f91b556ce939e085cfbd61cf6d2cf5466719a.tar.gz gdb-9b4f91b556ce939e085cfbd61cf6d2cf5466719a.tar.bz2 |
Fix comment.
Diffstat (limited to 'gas')
-rwxr-xr-x | gas/config/obj-coff-bfd.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gas/config/obj-coff-bfd.c b/gas/config/obj-coff-bfd.c index 5c0cd7b..1b65cff 100755 --- a/gas/config/obj-coff-bfd.c +++ b/gas/config/obj-coff-bfd.c @@ -31,12 +31,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ Hacked for BFDness by steve chamberlain - Note that this is the first implementation using BFD for coff, and - this is a pretty special case too - it only works at the moment for - the H8. Which *can't* do any relaxing during assembly - because the - linker has to have all the reloc info for fancy stuff later on. - - When another machine is supported, relaxing will have to go back in. + This object module now supports the Hitachi H8/300 and the AMD 29k sac@cygnus.com */ |