From 61f14fb0da24b24da31818298226469122420022 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 25 May 1993 19:16:16 +0000 Subject: [PATCH] * config/obj-bout.h (S_GET_VALUE): Removed unnecessary cast. --- gas/ChangeLog | 9 +++++++++ gas/config/obj-bout.h | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/gas/ChangeLog b/gas/ChangeLog index 08ea4554f00..ae17364bcad 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -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 diff --git a/gas/config/obj-bout.h b/gas/config/obj-bout.h index 4281710bd2c..155b27ed324 100644 --- a/gas/config/obj-bout.h +++ b/gas/config/obj-bout.h @@ -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 */ -- 2.30.2