summaryrefslogtreecommitdiffstats
path: root/contrib/binutils/include/coff/sh.h
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-11-01 09:24:29 +0000
committerobrien <obrien@FreeBSD.org>2001-11-01 09:24:29 +0000
commit14771d6bc7b7b3d565489864e6dfa8ecc3940fc5 (patch)
treef6b7f87e74b800b8b30b12aa6cb092434d708ac4 /contrib/binutils/include/coff/sh.h
parent7734e00828d1a0cbfe8bad4005c310db5ae83187 (diff)
downloadFreeBSD-src-14771d6bc7b7b3d565489864e6dfa8ecc3940fc5.zip
FreeBSD-src-14771d6bc7b7b3d565489864e6dfa8ecc3940fc5.tar.gz
Halloween import of Binutils from the FSF 2.11 branch.
This fixes some IA-64 related bugs.
Diffstat (limited to 'contrib/binutils/include/coff/sh.h')
-rw-r--r--contrib/binutils/include/coff/sh.h21
1 files changed, 20 insertions, 1 deletions
diff --git a/contrib/binutils/include/coff/sh.h b/contrib/binutils/include/coff/sh.h
index f7271f2..7ae32fc 100644
--- a/contrib/binutils/include/coff/sh.h
+++ b/contrib/binutils/include/coff/sh.h
@@ -1,4 +1,20 @@
-/*** coff information for Hitachi SH */
+/* coff information for Hitachi SH
+
+ Copyright 2001 Free Software Foundation, Inc.
+
+ This program 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 of the License, or
+ (at your option) any later version.
+
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
/********************** FILE HEADER **********************/
@@ -305,3 +321,6 @@ struct external_reloc {
#define R_SH_LABEL 32 /* label */
/* NB: R_SH_SWITCH8 is 33 */
+
+#define R_SH_LOOP_START 34
+#define R_SH_LOOP_END 35
OpenPOWER on IntegriCloud