Add -mv850any command line option for PR 14732
authorNick Clifton <nickc@redhat.com>
Fri, 6 Feb 1998 22:47:04 +0000 (22:47 +0000)
committerNick Clifton <nickc@redhat.com>
Fri, 6 Feb 1998 22:47:04 +0000 (22:47 +0000)
gas/ChangeLog
gas/doc/c-v850.texi

index 9411dfba20ab6122aaf090a53e57d4ef1b5ac1f6..27f43ebcf040d3619c8a7c24bbd1aa0c7a670101 100644 (file)
@@ -1,3 +1,8 @@
+start-sanitize-v850e
+Fri Feb  6 14:44:34 1998  Nick Clifton  <nickc@cygnus.com>
+
+       * config/tc-v850.c (md_parse_option): Add -mv850any command line option.
+end-sanitize-v850e
 Thu Feb  5 12:39:08 1998  Ian Lance Taylor  <ian@cygnus.com>
 
        * ehopt.c: New file.
index 58fe9f05b6068809feba4151df2f28075fdb43fd..5e4c8b396e13120cc00d2ec189ab0854cce58e28 100644 (file)
@@ -1,4 +1,4 @@
-@c Copyright (C) 1997 Free Software Foundation, Inc.
+@c Copyright (C) 1997, 1998 Free Software Foundation, Inc.
 @c This is part of the GAS manual.
 @c For copying conditions, see the file as.texinfo.
 
@@ -53,13 +53,25 @@ the V850E processor.  This allows the linker to detect attempts to link
 such code with code assembled for other processors.
 @c end-sanitize-v850e
 
-@c start-sanitize-v850eq
-@cindex @code{-mv850eq} command line option, V850
-@item -mv850eq
+@c start-sanitize-v850e
+@cindex @code{-mv850ea} command line option, V850
+@item -mv850ea
 Specifies that the assembled code should be marked as being targeted at
-the V850EQ processor.  This allows the linker to detect attempts to link
+the V850EA processor.  This allows the linker to detect attempts to link
 such code with code assembled for other processors.
-@c end-sanitize-v850eq
+
+@cindex @code{-mv850any} command line option, V850
+@item -mv850any
+Specifies that the assembled code should be marked as being targeted at
+the V850 processor but support instructions that are specific to the
+extended variants of the process.  This allows the production of
+binaries that contain target specific code, but which are also intended
+to be used in a generic fashion.  For example libgcc.a contains generic
+routines used by the code produced by GCC for all versions of the v850
+architecture, together with support routines only used by the V850E and
+V850EA architectures.
+
+@c end-sanitize-v850e
 
 @end table
 
@@ -228,13 +240,13 @@ the V850E processor.  This allows the linker to detect attempts to link
 such code with code assembled for other processors.
 @c end-sanitize-v850e
 
-@c start-sanitize-v850eq
-@cindex @code{.v850eq} directive, V850
-@item .v850eq
+@c start-sanitize-v850e
+@cindex @code{.v850ea} directive, V850
+@item .v850ea
 Specifies that the assembled code should be marked as being targeted at
-the V850EQ processor.  This allows the linker to detect attempts to link
+the V850EA processor.  This allows the linker to detect attempts to link
 such code with code assembled for other processors.
-@c end-sanitize-v850eq
+@c end-sanitize-v850e
 
 @end table