tc-generic.c 933 B

1234567891011121314151617181920212223
  1. /* This file is tc-generic.c
  2. Copyright (C) 2004-2015 Free Software Foundation, Inc.
  3. This file is part of GAS, the GNU Assembler.
  4. GAS is free software; you can redistribute it and/or modify
  5. it under the terms of the GNU General Public License as published by
  6. the Free Software Foundation; either version 3, or (at your option)
  7. any later version.
  8. GAS is distributed in the hope that it will be useful,
  9. but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  11. GNU General Public License for more details.
  12. You should have received a copy of the GNU General Public License along
  13. with GAS; see the file COPYING. If not, write to the Free Software
  14. Foundation, 51 Franklin Street - Fifth Floor, Boston, MA 02110-1301, USA. */
  15. /* This file is tc-generic.c and is intended to be a template for
  16. target cpu specific files. */