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/] [gcc-4.2.2/] [gcc/] [config/] [i386/] [winnt-stubs.c] - Diff between revs 38 and 154

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 38 Rev 154
/* Dummy subroutines for language-specific support on Windows.
/* Dummy subroutines for language-specific support on Windows.
   Contributed by Danny Smith (dannysmith@users.sourceforge.net)
   Contributed by Danny Smith (dannysmith@users.sourceforge.net)
   Copyright (C) 2005, 2007
   Copyright (C) 2005, 2007
   Free Software Foundation, Inc.
   Free Software Foundation, Inc.
 
 
This file is part of GCC.
This file is part of GCC.
 
 
GCC is free software; you can redistribute it and/or modify it under
GCC is free software; you can redistribute it and/or modify it under
the terms of the GNU General Public License as published by the Free
the terms of the GNU General Public License as published by the Free
Software Foundation; either version 3, or (at your option) any later
Software Foundation; either version 3, or (at your option) any later
version.
version.
 
 
GCC is distributed in the hope that it will be useful, but WITHOUT ANY
GCC is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or
WARRANTY; without even the implied warranty of MERCHANTABILITY or
FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
for more details.
for more details.
 
 
You should have received a copy of the GNU General Public License
You should have received a copy of the GNU General Public License
along with GCC; see the file COPYING3.  If not see
along with GCC; see the file COPYING3.  If not see
<http://www.gnu.org/licenses/>.  */
<http://www.gnu.org/licenses/>.  */
 
 
#include "config.h"
#include "config.h"
#include "system.h"
#include "system.h"
#include "coretypes.h"
#include "coretypes.h"
#include "tm.h"
#include "tm.h"
#include "rtl.h"
#include "rtl.h"
#include "regs.h"
#include "regs.h"
#include "hard-reg-set.h"
#include "hard-reg-set.h"
#include "output.h"
#include "output.h"
#include "tree.h"
#include "tree.h"
#include "flags.h"
#include "flags.h"
#include "tm_p.h"
#include "tm_p.h"
#include "toplev.h"
#include "toplev.h"
#include "hashtab.h"
#include "hashtab.h"
 
 
bool
bool
i386_pe_type_dllimport_p (tree decl ATTRIBUTE_UNUSED)
i386_pe_type_dllimport_p (tree decl ATTRIBUTE_UNUSED)
{
{
  return false;
  return false;
}
}
 
 
 
 
bool
bool
i386_pe_type_dllexport_p (tree decl ATTRIBUTE_UNUSED)
i386_pe_type_dllexport_p (tree decl ATTRIBUTE_UNUSED)
{
{
  return false;
  return false;
}
}
 
 
 
 
void
void
i386_pe_adjust_class_at_definition (tree t ATTRIBUTE_UNUSED)
i386_pe_adjust_class_at_definition (tree t ATTRIBUTE_UNUSED)
{ }
{ }
 
 

powered by: WebSVN 2.1.0

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