* config/obj-bout.h (S_GET_VALUE): Removed unnecessary cast.
authorIan Lance Taylor <ian@airs.com>
Tue, 25 May 1993 19:16:16 +0000 (19:16 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 25 May 1993 19:16:16 +0000 (19:16 +0000)
gas/ChangeLog
gas/config/obj-bout.h

index 08ea4554f0056110e024a500cc1a46b49840c94f..ae17364bcad679f7470c4262bcbebb323408e7f2 100644 (file)
@@ -1,3 +1,12 @@
+Tue May 25 11:59:07 1993  Ian Lance Taylor  (ian@cygnus.com)
+
+       * config/obj-bout.h (S_GET_VALUE): Removed unnecessary cast.
+
+Thu May 20 19:14:24 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
+
+       * config/tc-m68k.c (md_apply_fix_2): Straighten out check for
+       invalid values.
+
 Wed May 19 07:33:17 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
 
        * config/tc-h5000.c (build_bytes): Understand @rd mode and build
index 4281710bd2c9583f7820eaba7f32b0502f88a5aa..155b27ed32465b9bb34be979cfaaef562b8a22c2 100644 (file)
@@ -200,7 +200,7 @@ struct relocation_info
 
 /* Accessors */
 /* The value of the symbol */
-#define S_GET_VALUE(s)         ((unsigned long) ((s)->sy_symbol.n_value))
+#define S_GET_VALUE(s)         ((s)->sy_symbol.n_value)
 /* The name of the symbol */
 #define S_GET_NAME(s)          ((s)->sy_symbol.n_un.n_name)
 /* The pointer to the string table */