OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [binutils-2.18.50/] [ld/] [testsuite/] [ld-elf/] [beginwarn.c] - Diff between revs 38 and 156

Only display areas with differences | Details | Blame | View Log

Rev 38 Rev 156
static const char _evoke_link_warning_foo []
static const char _evoke_link_warning_foo []
  __attribute__ ((used, section (".gnu.warning.foo")))
  __attribute__ ((used, section (".gnu.warning.foo")))
    = "function foo is deprecated";
    = "function foo is deprecated";
 
 
extern void foo (void);
extern void foo (void);
 
 
static void (*const init_array []) (void)
static void (*const init_array []) (void)
  __attribute__ ((used, section (".init_array"), aligned (sizeof (void *))))
  __attribute__ ((used, section (".init_array"), aligned (sizeof (void *))))
  = { foo };
  = { foo };
 
 

powered by: WebSVN 2.1.0

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