OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [config/] [avr/] [elf.h] - Blame information for rev 709

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 709 jeremybenn
/* Copyright (C) 2011
2
   Free Software Foundation, Inc.
3
   Contributed by Georg-Johann Lay (avr@gjlay.de)
4
 
5
   This file is part of GCC.
6
 
7
   GCC is free software; you can redistribute it and/or modify
8
   it under the terms of the GNU General Public License as published by
9
   the Free Software Foundation; either version 3, or (at your option)
10
   any later version.
11
 
12
   GCC is distributed in the hope that it will be useful,
13
   but WITHOUT ANY WARRANTY; without even the implied warranty of
14
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15
   GNU General Public License for more details.
16
 
17
   You should have received a copy of the GNU General Public License
18
   along with GCC; see the file COPYING3.  If not see
19
   <http://www.gnu.org/licenses/>.  */
20
 
21
 
22
/* Overriding some definitions from elfos.h for AVR.  */
23
 
24
#undef PCC_BITFIELD_TYPE_MATTERS
25
 
26
#undef PREFERRED_DEBUGGING_TYPE
27
#define PREFERRED_DEBUGGING_TYPE DBX_DEBUG
28
 
29
#undef MAX_OFILE_ALIGNMENT
30
#define MAX_OFILE_ALIGNMENT (32768 * 8)
31
 
32
#undef STRING_LIMIT
33
#define STRING_LIMIT ((unsigned) 64)
34
 
35
/* Take care of `signal' and `interrupt' attributes.  */
36
#undef ASM_DECLARE_FUNCTION_NAME
37
#define ASM_DECLARE_FUNCTION_NAME(FILE, NAME, DECL)     \
38
  avr_asm_declare_function_name ((FILE), (NAME), (DECL))
39
 
40
/* Output alignment 2**1 for jump tables.  */
41
#undef ASM_OUTPUT_BEFORE_CASE_LABEL
42
#define ASM_OUTPUT_BEFORE_CASE_LABEL(FILE, PREFIX, NUM, TABLE) \
43
  fprintf (FILE, "\t.p2align\t1\n");
44
 
45
/* Be conservative in crtstuff.c.  */
46
#undef INIT_SECTION_ASM_OP
47
#undef FINI_SECTION_ASM_OP

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.