diff options
author | Ken Raeburn <raeburn@cygnus> | 1995-07-06 21:18:08 +0000 |
---|---|---|
committer | Ken Raeburn <raeburn@cygnus> | 1995-07-06 21:18:08 +0000 |
commit | a2a5a4fa412e87029927e891be660adf888d00d7 (patch) | |
tree | 1a52a2e86bdd2177437275b11dfc62aab8efb138 /gas/write.c | |
parent | 467d7bbd7d46ce91285084d8ca0469edf71721e4 (diff) | |
download | gdb-a2a5a4fa412e87029927e891be660adf888d00d7.zip gdb-a2a5a4fa412e87029927e891be660adf888d00d7.tar.gz gdb-a2a5a4fa412e87029927e891be660adf888d00d7.tar.bz2 |
fsf address update
Diffstat (limited to 'gas/write.c')
-rw-r--r-- | gas/write.c | 4 |
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)) |