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

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc2/] [gcc/] [testsuite/] [gcc.dg/] [debug/] [pr42767.c] - Blame information for rev 384

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 298 jeremybenn
/* PR debug/42767 */
2
/* { dg-do compile } */
3
/* { dg-options "-O1 -g" } */
4
 
5
struct lineno_cache_entry
6
{
7
  unsigned long size;
8
};
9
_bfd_link_section_stabs (struct lineno_cache_entry * stabsec)
10
{
11
  unsigned long count;
12
  unsigned char *sym;
13
  unsigned char *symend;
14
  unsigned long skip;
15
  count = stabsec->size / 12;
16
  for (; sym < symend; sym += 1);
17
  stabsec->size = (count - skip) * 12;
18
}

powered by: WebSVN 2.1.0

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