* dwarf2dbg.c (dwarf2_gen_line_info): Mirror the section symbol
[deliverable/binutils-gdb.git] / gas / config / tc-tahoe.h
index b355772c13658674ca5a6c222d688831f7feadfb..be8a5bea8e244ef427227f157d734dfdd451f558 100644 (file)
 
    You should have received a copy of the GNU General Public License
    along with GAS; see the file COPYING.  If not, write to
-   the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
+   the Free Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
 #define TC_TAHOE 1
 
+#define TARGET_BYTES_BIG_ENDIAN 1
+
 #define NO_LISTING
 
 #define tc_headers_hook(a)             {;}     /* don't need it. */
@@ -28,6 +30,9 @@
 
 #define md_operand(x)
 
+extern const struct relax_type md_relax_table[];
+#define TC_GENERIC_RELAX_TABLE md_relax_table
+
 /*
  * Local Variables:
  * comment-column: 0
This page took 0.023466 seconds and 4 git commands to generate.