/[gcl]/gcl/o/sfaslbfd_alpha.c
ViewVC logotype

Diff of /gcl/o/sfaslbfd_alpha.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by camm, Sun Apr 17 19:44:23 2005 UTC revision 1.3 by camm, Fri Jun 10 15:37:00 2005 UTC
# Line 313  alphaelf_create_got(bfd *b,asymbol **sym Line 313  alphaelf_create_got(bfd *b,asymbol **sym
313                
314        sz = bfd_get_reloc_upper_bound(b, p);        sz = bfd_get_reloc_upper_bound(b, p);
315        assert(sz>0);        assert(sz>0);
316        reloc=alloca(sz);        reloc=ZALLOCA(sz);
317                
318        reloc_count = bfd_canonicalize_reloc(b, p, reloc, syms);        reloc_count = bfd_canonicalize_reloc(b, p, reloc, syms);
319        assert(reloc_count>0);        assert(reloc_count>0);

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26