aboutsummaryrefslogtreecommitdiff
path: root/gas/write.c
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1995-07-06 21:18:08 +0000
committerKen Raeburn <raeburn@cygnus>1995-07-06 21:18:08 +0000
commita2a5a4fa412e87029927e891be660adf888d00d7 (patch)
tree1a52a2e86bdd2177437275b11dfc62aab8efb138 /gas/write.c
parent467d7bbd7d46ce91285084d8ca0469edf71721e4 (diff)
downloadfsf-binutils-gdb-a2a5a4fa412e87029927e891be660adf888d00d7.zip
fsf-binutils-gdb-a2a5a4fa412e87029927e891be660adf888d00d7.tar.gz
fsf-binutils-gdb-a2a5a4fa412e87029927e891be660adf888d00d7.tar.bz2
fsf address update
Diffstat (limited to 'gas/write.c')
-rw-r--r--gas/write.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/write.c b/gas/write.c
index 2f9d39a..f74a93e 100644
--- a/gas/write.c
+++ b/gas/write.c
@@ -15,7 +15,7 @@
You should have received a copy of the GNU General Public License
along with GAS; see the file COPYING. If not, write to
- the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
+ the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/* This thing should be set up to do byteordering correctly. But... */
@@ -1572,7 +1572,7 @@ write_object_file ()
name = S_GET_NAME (symp);
if (name)
{
- const char *name2 = decode_local_label_name (S_GET_NAME (symp));
+ const char *name2 = decode_local_label_name ((char *)S_GET_NAME (symp));
/* They only differ if `name' is a fb or dollar local
label name. */
if (name2 != name && ! S_IS_DEFINED (symp))