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

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [gas/] [frags.c] - Diff between revs 160 and 163

Show entire file | Details | Blame | View Log

Rev 160 Rev 163
Line 23... Line 23...
#include "as.h"
#include "as.h"
#include "subsegs.h"
#include "subsegs.h"
#include "obstack.h"
#include "obstack.h"
 
 
extern fragS zero_address_frag;
extern fragS zero_address_frag;
extern fragS bss_address_frag;
extern fragS predefined_address_frag;


/* Initialization for frag routines.  */
/* Initialization for frag routines.  */
 
 
void
void
frag_init (void)
frag_init (void)
{
{
  zero_address_frag.fr_type = rs_fill;
  zero_address_frag.fr_type = rs_fill;
  bss_address_frag.fr_type = rs_fill;
  predefined_address_frag.fr_type = rs_fill;
}
}


/* Check that we're not trying to assemble into a section that can't
/* Check that we're not trying to assemble into a section that can't
   allocate frags (currently, this is only possible in the absolute
   allocate frags (currently, this is only possible in the absolute
   section), or into an mri common.  */
   section), or into an mri common.  */

powered by: WebSVN 2.1.0

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