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

Subversion Repositories open8_urisc

[/] [open8_urisc/] [trunk/] [gnu/] [binutils/] [binutils/] [dlltool.c] - Diff between revs 15 and 163

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 15 Rev 163
Line 1... Line 1...
/* dlltool.c -- tool to generate stuff for PE style DLLs
/* dlltool.c -- tool to generate stuff for PE style DLLs
   Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
   Copyright 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
   2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
   2005, 2006, 2007, 2008, 2009, 2011  Free Software Foundation, Inc.
 
 
   This file is part of GNU Binutils.
   This file is part of GNU Binutils.
 
 
   This program is free software; you can redistribute it and/or modify
   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   it under the terms of the GNU General Public License as published by
Line 1261... Line 1261...
}
}
 
 
void
void
def_version (int major, int minor)
def_version (int major, int minor)
{
{
  printf ("VERSION %d.%d\n", major, minor);
  printf (_("VERSION %d.%d\n"), major, minor);
}
}
 
 
void
void
def_section (const char *name, int attr)
def_section (const char *name, int attr)
{
{
Line 1309... Line 1309...
  int i;
  int i;
  const char **argv;
  const char **argv;
  char *errmsg_fmt, *errmsg_arg;
  char *errmsg_fmt, *errmsg_arg;
  char *temp_base = choose_temp_base ();
  char *temp_base = choose_temp_base ();
 
 
  inform ("run: %s %s", what, args);
  inform (_("run: %s %s"), what, args);
 
 
  /* Count the args */
  /* Count the args */
  i = 0;
  i = 0;
  for (s = args; *s; s++)
  for (s = args; *s; s++)
    if (*s == ' ')
    if (*s == ' ')

powered by: WebSVN 2.1.0

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