* dwarf2dbg.c (dwarf2_gen_line_info): Mirror the section symbol
[deliverable/binutils-gdb.git] / gas / config / tc-tahoe.h
index 2847bc79ffd21ed93a2c8f6ad858bc3099c8d4cd..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. */
 #define tc_crawl_symbol_chain(a)       {;}     /* don't need it. */
 #define tc_aout_pre_write_hook(a)      {;}
 
+#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.022933 seconds and 4 git commands to generate.