Revision 8167ee88 sparc-dis.c

b/sparc-dis.c
23 23
   GNU General Public License for more details.
24 24

  
25 25
   You should have received a copy of the GNU General Public License
26
   along with GAS or GDB; see the file COPYING. If not, write to
27
   the Free Software Foundation, 51 Franklin Street - Fifth Floor,
28
   Boston, MA 02110-1301, USA.  */
26
   along with GAS or GDB; see the file COPYING. If not,
27
   see <http://www.gnu.org/licenses/>.  */
29 28

  
30 29
#include <stdlib.h>
31 30
#include "dis-asm.h"
......
256 255
   for more details.
257 256

  
258 257
   You should have received a copy of the GNU General Public License
259
   along with this software; see the file COPYING.  If not, write to
260
   the Free Software Foundation, 51 Franklin Street - Fifth Floor,
261
   Boston, MA 02110-1301, USA.  */
258
   along with this software; see the file COPYING.  If not,
259
   see <http://www.gnu.org/licenses/>.  */
262 260

  
263 261
/* FIXME-someday: perhaps the ,a's and such should be embedded in the
264 262
   instruction's name rather than the args.  This would make gas faster, pinsn
......
2258 2256
   GNU General Public License for more details.
2259 2257

  
2260 2258
   You should have received a copy of the GNU General Public License
2261
   along with this program; if not, write to the Free Software
2262
   Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
2263
   MA 02110-1301, USA.  */
2259
   along with this program; if not, see <http://www.gnu.org/licenses/>.  */
2264 2260

  
2265 2261
/* Bitmask of v9 architectures.  */
2266 2262
#define MASK_V9 ((1 << SPARC_OPCODE_ARCH_V9) \

Also available in: Unified diff