X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gas%2Fconfig%2Ftc-m68hc11.h;h=dd714c8d791cab70b61adf3ec69771672352ee70;hb=de54374205650be71237ce51ef7981d30ddd78dc;hp=a1a42b80f67521fa212cd82439a8bab8f05642b9;hpb=7be1c4891a2036c31e706908d43f33f7f59ae5a9;p=deliverable%2Fbinutils-gdb.git diff --git a/gas/config/tc-m68hc11.h b/gas/config/tc-m68hc11.h index a1a42b80f6..dd714c8d79 100644 --- a/gas/config/tc-m68hc11.h +++ b/gas/config/tc-m68hc11.h @@ -1,12 +1,11 @@ /* tc-m68hc11.h -- Header file for tc-m68hc11.c. - Copyright 1999, 2000, 2001, 2002, 2003, 2005 - Free Software Foundation, Inc. + Copyright (C) 1999-2020 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. GAS is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) + the Free Software Foundation; either version 3, or (at your option) any later version. GAS is distributed in the hope that it will be useful, @@ -101,9 +100,6 @@ extern int tc_m68hc11_force_relocation (struct fix *); extern int tc_m68hc11_fix_adjustable (struct fix *); #define md_operand(x) -#define tc_frob_label(sym) do {\ - S_SET_VALUE (sym, (valueT) frag_now_fix ()); \ -} while (0) #define elf_tc_final_processing m68hc11_elf_final_processing extern void m68hc11_elf_final_processing (void);