te-386bsd.h 1012 B

123456789101112131415161718192021222324252627282930313233
  1. /* te-386bsd.h -- 386BSD target environment declarations.
  2. Copyright (C) 1987-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
  13. along with GAS; see the file COPYING. If not, write to
  14. the Free Software Foundation, 51 Franklin Street - Fifth Floor, Boston, MA
  15. 02110-1301, USA. */
  16. #define TE_386BSD 1
  17. #include "obj-format.h"
  18. /*
  19. * Local Variables:
  20. * comment-column: 0
  21. * fill-column: 131
  22. * End:
  23. */
  24. /* end of te-386bsd.h */