* config/tc-alpha.c (O_samegp): New.
[external/binutils.git] / sim / arm / armopts.h
index 6ec0f2f..c3b5cb7 100644 (file)
@@ -13,7 +13,7 @@
  
     You should have received a copy of the GNU General Public License
     along with this program; if not, write to the Free Software
-    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
+    Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
 
 /* Define one of ARM60 or ARM61 */
 #ifndef ARM60
 #define ARM60
 #endif
 #endif
-
-/* define for a little endian ARMulator */
-#ifndef LITTLEEND
-#ifndef BIGEND
-#define LITTLEEND
-#endif
-#endif