* Makefile.am: Bfin support.
[deliverable/binutils-gdb.git] / gas / config / tc-dlx.c
index 12a0b239a47fe259f660bc79ade967a29342838d..ac0aabae622ba7d9a7a0a91b7b6e28e5d5608564 100644 (file)
@@ -15,8 +15,8 @@
 
    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, 59 Temple Place - Suite 330, Boston, MA
-   02111-1307, USA.  */
+   Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
+   02110-1301, USA.  */
 
 /* Initially created by Kuang Hwa Lin, 3/20/2002.  */
 
@@ -1056,7 +1056,7 @@ md_dlx_fix_adjustable (fixS *fixP)
 }
 
 void
-md_apply_fix3 (fixS *fixP, valueT *valP, segT seg ATTRIBUTE_UNUSED)
+md_apply_fix (fixS *fixP, valueT *valP, segT seg ATTRIBUTE_UNUSED)
 {
   long val = *valP;
   char *place = fixP->fx_where + fixP->fx_frag->fr_literal;
This page took 0.046307 seconds and 4 git commands to generate.