Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
ad2466ae
Commit
ad2466ae
authored
Feb 03, 2013
by
Richard Sandiford
Committed by
Richard Sandiford
Feb 03, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update copyright years in libobjc.
From-SVN: r195693
parent
c0a8a3e6
Hide whitespace changes
Inline
Side-by-side
Showing
50 changed files
with
53 additions
and
72 deletions
+53
-72
libobjc/ChangeLog
+4
-0
libobjc/Makefile.in
+1
-2
libobjc/NXConstStr.m
+1
-1
libobjc/Object.m
+1
-2
libobjc/Protocol.m
+1
-1
libobjc/accessors.m
+1
-1
libobjc/acinclude.m4
+1
-2
libobjc/class.c
+1
-2
libobjc/configure.ac
+1
-2
libobjc/encoding.c
+1
-2
libobjc/error.c
+1
-2
libobjc/exception.c
+1
-1
libobjc/gc.c
+1
-2
libobjc/hash.c
+1
-2
libobjc/init.c
+1
-2
libobjc/ivars.c
+1
-1
libobjc/libobjc.def
+1
-2
libobjc/linking.m
+1
-1
libobjc/memory.c
+1
-2
libobjc/methods.c
+1
-1
libobjc/nil_method.c
+1
-2
libobjc/objc-foreach.c
+1
-1
libobjc/objc-private/accessors.h
+1
-1
libobjc/objc-private/common.h
+1
-1
libobjc/objc-private/error.h
+1
-1
libobjc/objc-private/hash.h
+1
-1
libobjc/objc-private/module-abi-8.h
+1
-2
libobjc/objc-private/objc-list.h
+1
-1
libobjc/objc-private/objc-sync.h
+1
-1
libobjc/objc-private/protocols.h
+1
-1
libobjc/objc-private/runtime.h
+1
-2
libobjc/objc-private/sarray.h
+1
-1
libobjc/objc-private/selector.h
+1
-1
libobjc/objc-sync.c
+1
-1
libobjc/objc/NXConstStr.h
+1
-1
libobjc/objc/Object.h
+1
-2
libobjc/objc/Protocol.h
+1
-1
libobjc/objc/message.h
+1
-2
libobjc/objc/objc-decls.h
+1
-1
libobjc/objc/objc-exception.h
+1
-1
libobjc/objc/objc-sync.h
+1
-1
libobjc/objc/objc.h
+1
-2
libobjc/objc/runtime.h
+1
-1
libobjc/objc/thr.h
+1
-2
libobjc/objects.c
+1
-2
libobjc/protocols.c
+1
-1
libobjc/sarray.c
+1
-2
libobjc/selector.c
+1
-2
libobjc/sendmsg.c
+1
-2
libobjc/thr.c
+1
-1
No files found.
libobjc/ChangeLog
View file @
ad2466ae
2013-02-03 Richard Sandiford <rdsandiford@googlemail.com>
Update copyright years.
2012-10-19 Michael Meissner <meissner@linux.vnet.ibm.com>
2012-10-19 Michael Meissner <meissner@linux.vnet.ibm.com>
* encoding.c (TARGET_VSX): Provide definitions based on the
* encoding.c (TARGET_VSX): Provide definitions based on the
...
...
libobjc/Makefile.in
View file @
ad2466ae
# Makefile for GNU Objective C runtime library.
# Makefile for GNU Objective C runtime library.
# Copyright 1993, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004,
# Copyright (C) 1993-2013 Free Software Foundation, Inc.
# 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
#This file is part of GCC.
#This file is part of GCC.
...
...
libobjc/NXConstStr.m
View file @
ad2466ae
/* Implementation of the NXConstantString class for Objective-C.
/* Implementation of the NXConstantString class for Objective-C.
Copyright (C) 1995
, 2009, 2010
Free Software Foundation, Inc.
Copyright (C) 1995
-2013
Free Software Foundation, Inc.
Contributed by Pieter J. Schoenmakers <tiggr@es.ele.tue.nl>
Contributed by Pieter J. Schoenmakers <tiggr@es.ele.tue.nl>
This file is part of GCC.
This file is part of GCC.
...
...
libobjc/Object.m
View file @
ad2466ae
/* The implementation of class Object for Objective-C.
/* The implementation of class Object for Objective-C.
Copyright (C) 1993, 1994, 1995, 1997, 2002, 2009, 2010, 2011
Copyright (C) 1993-2013 Free Software Foundation, Inc.
Free Software Foundation, Inc.
This file is part of GCC.
This file is part of GCC.
...
...
libobjc/Protocol.m
View file @
ad2466ae
/* This file contains the implementation of class Protocol.
/* This file contains the implementation of class Protocol.
Copyright (C) 1993
, 2004, 2009, 2010, 2011
Free Software Foundation, Inc.
Copyright (C) 1993
-2013
Free Software Foundation, Inc.
This file is part of GCC.
This file is part of GCC.
...
...
libobjc/accessors.m
View file @
ad2466ae
/* GNU Objective C Runtime accessors functions
/* GNU Objective C Runtime accessors functions
Copyright (C) 2010 Free Software Foundation, Inc.
Copyright (C) 2010
-2013
Free Software Foundation, Inc.
Contributed by Nicola Pero
Contributed by Nicola Pero
This file is part of GCC.
This file is part of GCC.
...
...
libobjc/acinclude.m4
View file @
ad2466ae
dnl Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2010
dnl Copyright (C) 1994-2013 Free Software Foundation, Inc.
dnl Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
dnl gives unlimited permission to copy and/or distribute it,
dnl with or without modifications, as long as this notice is preserved.
dnl with or without modifications, as long as this notice is preserved.
...
...
libobjc/class.c
View file @
ad2466ae
/* GNU Objective C Runtime class related functions
/* GNU Objective C Runtime class related functions
Copyright (C) 1993, 1995, 1996, 1997, 2001, 2002, 2009, 2010, 2011
Copyright (C) 1993-2013 Free Software Foundation, Inc.
Free Software Foundation, Inc.
Contributed by Kresten Krab Thorup and Dennis Glatting.
Contributed by Kresten Krab Thorup and Dennis Glatting.
Lock-free class table code designed and written from scratch by
Lock-free class table code designed and written from scratch by
...
...
libobjc/configure.ac
View file @
ad2466ae
# Process this file with autoconf to produce a configure script.
# Process this file with autoconf to produce a configure script.
# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004
# Copyright (C) 1994-2013 Free Software Foundation, Inc.
# 2005, 2006, 2009, 2011, 2012 Free Software Foundation, Inc.
# Originally contributed by Dave Love (d.love@dl.ac.uk).
# Originally contributed by Dave Love (d.love@dl.ac.uk).
#
#
#This file is part of GCC.
#This file is part of GCC.
...
...
libobjc/encoding.c
View file @
ad2466ae
/* Encoding of types for Objective C.
/* Encoding of types for Objective C.
Copyright (C) 1993, 1995, 1996, 1997, 1998, 2000, 2002, 2004, 2009, 2010
Copyright (C) 1993-2013 Free Software Foundation, Inc.
Free Software Foundation, Inc.
Contributed by Kresten Krab Thorup
Contributed by Kresten Krab Thorup
Bitfield support by Ovidiu Predescu
Bitfield support by Ovidiu Predescu
...
...
libobjc/error.c
View file @
ad2466ae
/* GNU Objective C Runtime Error Functions
/* GNU Objective C Runtime Error Functions
Copyright (C) 1993, 1994, 1995, 1996, 1997, 2002, 2009, 2010, 2011
Copyright (C) 1993-2013 Free Software Foundation, Inc.
Free Software Foundation, Inc.
This file is part of GCC.
This file is part of GCC.
...
...
libobjc/exception.c
View file @
ad2466ae
/* The implementation of exception handling primitives for Objective-C.
/* The implementation of exception handling primitives for Objective-C.
Copyright (C) 2004
, 2005, 2007, 2008, 2009, 2010
Free Software Foundation, Inc.
Copyright (C) 2004
-2013
Free Software Foundation, Inc.
This file is part of GCC.
This file is part of GCC.
...
...
libobjc/gc.c
View file @
ad2466ae
/* Basic data types for Objective C.
/* Basic data types for Objective C.
Copyright (C) 1998, 2002, 2004, 2005, 2006, 2009, 2010, 2011
Copyright (C) 1998-2013 Free Software Foundation, Inc.
Free Software Foundation, Inc.
Contributed by Ovidiu Predescu.
Contributed by Ovidiu Predescu.
This file is part of GCC.
This file is part of GCC.
...
...
libobjc/hash.c
View file @
ad2466ae
/* Hash tables for Objective C internal structures
/* Hash tables for Objective C internal structures
Copyright (C) 1993, 1996, 1997, 2004, 2009, 2010
Copyright (C) 1993-2013 Free Software Foundation, Inc.
Free Software Foundation, Inc.
This file is part of GCC.
This file is part of GCC.
...
...
libobjc/init.c
View file @
ad2466ae
/* GNU Objective C Runtime initialization
/* GNU Objective C Runtime initialization
Copyright (C) 1993, 1995, 1996, 1997, 2002, 2009, 2010, 2011
Copyright (C) 1993-2013 Free Software Foundation, Inc.
Free Software Foundation, Inc.
Contributed by Kresten Krab Thorup
Contributed by Kresten Krab Thorup
+load support contributed by Ovidiu Predescu <ovidiu@net-community.com>
+load support contributed by Ovidiu Predescu <ovidiu@net-community.com>
...
...
libobjc/ivars.c
View file @
ad2466ae
/* GNU Objective C Runtime ivar related functions.
/* GNU Objective C Runtime ivar related functions.
Copyright (C) 2010 Free Software Foundation, Inc.
Copyright (C) 2010
-2013
Free Software Foundation, Inc.
Contributed by Nicola Pero
Contributed by Nicola Pero
This file is part of GCC.
This file is part of GCC.
...
...
libobjc/libobjc.def
View file @
ad2466ae
; GNU Objective C Runtime DLL Export Definitions
; GNU Objective C Runtime DLL Export Definitions
; Copyright (C) 1997, 2001, 2003, 2005, 2009, 2010, 2011
; Copyright (C) 1997-2013 Free Software Foundation, Inc.
; Free Software Foundation, Inc.
; Contributed by Scott Christley <scottc@net-community.com>
; Contributed by Scott Christley <scottc@net-community.com>
;
;
; This file is part of GCC.
; This file is part of GCC.
...
...
libobjc/linking.m
View file @
ad2466ae
/* Force linking of classes required by Objective C runtime.
/* Force linking of classes required by Objective C runtime.
Copyright (C) 1997
, 2009, 2010, 2011
Free Software Foundation, Inc.
Copyright (C) 1997
-2013
Free Software Foundation, Inc.
Contributed by Ovidiu Predescu (ovidiu@net-community.com).
Contributed by Ovidiu Predescu (ovidiu@net-community.com).
This file is part of GCC.
This file is part of GCC.
...
...
libobjc/memory.c
View file @
ad2466ae
/* GNU Objective C Runtime Memory allocation functions
/* GNU Objective C Runtime Memory allocation functions
Copyright (C) 1993, 1994, 1995, 1996, 1997, 2002, 2009, 2010, 2011
Copyright (C) 1993-2013 Free Software Foundation, Inc.
Free Software Foundation, Inc.
Contributed by Kresten Krab Thorup
Contributed by Kresten Krab Thorup
This file is part of GCC.
This file is part of GCC.
...
...
libobjc/methods.c
View file @
ad2466ae
/* GNU Objective C Runtime method related functions.
/* GNU Objective C Runtime method related functions.
Copyright (C) 2010 Free Software Foundation, Inc.
Copyright (C) 2010
-2013
Free Software Foundation, Inc.
Contributed by Nicola Pero
Contributed by Nicola Pero
This file is part of GCC.
This file is part of GCC.
...
...
libobjc/nil_method.c
View file @
ad2466ae
/* GNU Objective C Runtime nil receiver function
/* GNU Objective C Runtime nil receiver function
Copyright (C) 1993, 1995, 1996, 2002, 2009, 2010
Copyright (C) 1993-2013 Free Software Foundation, Inc.
Free Software Foundation, Inc.
Contributed by Kresten Krab Thorup
Contributed by Kresten Krab Thorup
This file is part of GCC.
This file is part of GCC.
...
...
libobjc/objc-foreach.c
View file @
ad2466ae
/* GNU Objective C Runtime 'fast enumeration' implementation
/* GNU Objective C Runtime 'fast enumeration' implementation
Copyright (C) 2010 Free Software Foundation, Inc.
Copyright (C) 2010
-2013
Free Software Foundation, Inc.
Contributed by Nicola Pero <nicola.pero@meta-innovation.com>
Contributed by Nicola Pero <nicola.pero@meta-innovation.com>
This file is part of GCC.
This file is part of GCC.
...
...
libobjc/objc-private/accessors.h
View file @
ad2466ae
/* GNU Objective C Runtime accessors - Private Declarations
/* GNU Objective C Runtime accessors - Private Declarations
Copyright (C) 2010 Free Software Foundation, Inc.
Copyright (C) 2010
-2013
Free Software Foundation, Inc.
Contributed by Nicola Pero <nicola.pero@meta-innovation.com>
Contributed by Nicola Pero <nicola.pero@meta-innovation.com>
This file is part of GCC.
This file is part of GCC.
...
...
libobjc/objc-private/common.h
View file @
ad2466ae
/* GNU Objective C Runtime Common Private Definitions
/* GNU Objective C Runtime Common Private Definitions
Copyright (C) 2010
, 2011
Free Software Foundation, Inc.
Copyright (C) 2010
-2013
Free Software Foundation, Inc.
Contributed by Nicola Pero
Contributed by Nicola Pero
This file is part of GCC.
This file is part of GCC.
...
...
libobjc/objc-private/error.h
View file @
ad2466ae
/* GNU Objective C Runtime Common Private Definitions
/* GNU Objective C Runtime Common Private Definitions
Copyright (C) 2010 Free Software Foundation, Inc.
Copyright (C) 2010
-2013
Free Software Foundation, Inc.
Contributed by Nicola Pero
Contributed by Nicola Pero
This file is part of GCC.
This file is part of GCC.
...
...
libobjc/objc-private/hash.h
View file @
ad2466ae
/* Hash tables for Objective C method dispatch.
/* Hash tables for Objective C method dispatch.
Copyright (C) 1993
, 1995, 1996, 2004, 2009
Free Software Foundation, Inc.
Copyright (C) 1993
-2013
Free Software Foundation, Inc.
This file is part of GCC.
This file is part of GCC.
...
...
libobjc/objc-private/module-abi-8.h
View file @
ad2466ae
/* Definitions of Module Structures used by ABI version 8
/* Definitions of Module Structures used by ABI version 8
Copyright (C) 1993, 1995, 1996, 1997, 2001, 2002, 2003, 2004, 2005,
Copyright (C) 1993-2013 Free Software Foundation, Inc.
2007, 2009, 2010, 2011 Free Software Foundation, Inc.
This file is part of GCC.
This file is part of GCC.
...
...
libobjc/objc-private/objc-list.h
View file @
ad2466ae
/* Generic single linked list to keep various information
/* Generic single linked list to keep various information
Copyright (C) 1993
, 1994, 1996, 2009, 2010
Free Software Foundation, Inc.
Copyright (C) 1993
-2013
Free Software Foundation, Inc.
Contributed by Kresten Krab Thorup.
Contributed by Kresten Krab Thorup.
This file is part of GCC.
This file is part of GCC.
...
...
libobjc/objc-private/objc-sync.h
View file @
ad2466ae
/* GNU Objective C Runtime @synchronized implementation - Private functions
/* GNU Objective C Runtime @synchronized implementation - Private functions
Copyright (C) 2010 Free Software Foundation, Inc.
Copyright (C) 2010
-2013
Free Software Foundation, Inc.
Contributed by Nicola Pero <nicola.pero@meta-innovation.com>
Contributed by Nicola Pero <nicola.pero@meta-innovation.com>
This file is part of GCC.
This file is part of GCC.
...
...
libobjc/objc-private/protocols.h
View file @
ad2466ae
/* GNU Objective C Runtime protocols - Private functions
/* GNU Objective C Runtime protocols - Private functions
Copyright (C) 2010
, 2011
Free Software Foundation, Inc.
Copyright (C) 2010
-2013
Free Software Foundation, Inc.
Contributed by Nicola Pero <nicola.pero@meta-innovation.com>
Contributed by Nicola Pero <nicola.pero@meta-innovation.com>
This file is part of GCC.
This file is part of GCC.
...
...
libobjc/objc-private/runtime.h
View file @
ad2466ae
/* GNU Objective C Runtime internal declarations
/* GNU Objective C Runtime internal declarations
Copyright (C) 1993, 1995, 1996, 1997, 2002, 2004, 2009, 2011
Copyright (C) 1993-2013 Free Software Foundation, Inc.
Free Software Foundation, Inc.
Contributed by Kresten Krab Thorup
Contributed by Kresten Krab Thorup
This file is part of GCC.
This file is part of GCC.
...
...
libobjc/objc-private/sarray.h
View file @
ad2466ae
/* Sparse Arrays for Objective C dispatch tables
/* Sparse Arrays for Objective C dispatch tables
Copyright (C) 1993
, 1995, 1996, 2004, 2009, 2010
Free Software Foundation, Inc.
Copyright (C) 1993
-2013
Free Software Foundation, Inc.
Contributed by Kresten Krab Thorup.
Contributed by Kresten Krab Thorup.
This file is part of GCC.
This file is part of GCC.
...
...
libobjc/objc-private/selector.h
View file @
ad2466ae
/* GNU Objective C Runtime selector implementation - Private functions
/* GNU Objective C Runtime selector implementation - Private functions
Copyright (C) 2010
, 2011
Free Software Foundation, Inc.
Copyright (C) 2010
-2013
Free Software Foundation, Inc.
Contributed by Nicola Pero <nicola.pero@meta-innovation.com>
Contributed by Nicola Pero <nicola.pero@meta-innovation.com>
This file is part of GCC.
This file is part of GCC.
...
...
libobjc/objc-sync.c
View file @
ad2466ae
/* GNU Objective C Runtime @synchronized implementation
/* GNU Objective C Runtime @synchronized implementation
Copyright (C) 2010 Free Software Foundation, Inc.
Copyright (C) 2010
-2013
Free Software Foundation, Inc.
Contributed by Nicola Pero <nicola.pero@meta-innovation.com>
Contributed by Nicola Pero <nicola.pero@meta-innovation.com>
This file is part of GCC.
This file is part of GCC.
...
...
libobjc/objc/NXConstStr.h
View file @
ad2466ae
/* Interface for the NXConstantString class for Objective-C.
/* Interface for the NXConstantString class for Objective-C.
Copyright (C) 1995
, 2004, 2009
Free Software Foundation, Inc.
Copyright (C) 1995
-2013
Free Software Foundation, Inc.
Contributed by Pieter J. Schoenmakers <tiggr@es.ele.tue.nl>
Contributed by Pieter J. Schoenmakers <tiggr@es.ele.tue.nl>
This file is part of GCC.
This file is part of GCC.
...
...
libobjc/objc/Object.h
View file @
ad2466ae
/* Interface for the Object class for Objective-C.
/* Interface for the Object class for Objective-C.
Copyright (C) 1993, 1994, 1995, 2009, 2010, 2011
Copyright (C) 1993-2013 Free Software Foundation, Inc.
Free Software Foundation, Inc.
This file is part of GCC.
This file is part of GCC.
...
...
libobjc/objc/Protocol.h
View file @
ad2466ae
/* Declare the class Protocol for Objective C programs.
/* Declare the class Protocol for Objective C programs.
Copyright (C) 1993
, 2004, 2009, 2010, 2011
Free Software Foundation, Inc.
Copyright (C) 1993
-2013
Free Software Foundation, Inc.
This file is part of GCC.
This file is part of GCC.
...
...
libobjc/objc/message.h
View file @
ad2466ae
/* GNU Objective C Runtime messaging declarations
/* GNU Objective C Runtime messaging declarations
Copyright (C) 1993, 1995, 1996, 2004, 2009,
Copyright (C) 1993-2013 Free Software Foundation, Inc.
2010, 2011 Free Software Foundation, Inc.
This file is part of GCC.
This file is part of GCC.
...
...
libobjc/objc/objc-decls.h
View file @
ad2466ae
/* GNU Objective-C Extern helpers for Win32.
/* GNU Objective-C Extern helpers for Win32.
Copyright (C) 2004
, 2009, 2010
Free Software Foundation, Inc.
Copyright (C) 2004
-2013
Free Software Foundation, Inc.
This file is part of GCC.
This file is part of GCC.
...
...
libobjc/objc/objc-exception.h
View file @
ad2466ae
/* GNU Objective C Runtime native exceptions
/* GNU Objective C Runtime native exceptions
Copyright (C) 2010 Free Software Foundation, Inc.
Copyright (C) 2010
-2013
Free Software Foundation, Inc.
Contributed by Nicola Pero <nicola.pero@meta-innovation.com>
Contributed by Nicola Pero <nicola.pero@meta-innovation.com>
This file is part of GCC.
This file is part of GCC.
...
...
libobjc/objc/objc-sync.h
View file @
ad2466ae
/* GNU Objective C Runtime @synchronized implementation
/* GNU Objective C Runtime @synchronized implementation
Copyright (C) 2010 Free Software Foundation, Inc.
Copyright (C) 2010
-2013
Free Software Foundation, Inc.
Contributed by Nicola Pero <nicola.pero@meta-innovation.com>
Contributed by Nicola Pero <nicola.pero@meta-innovation.com>
This file is part of GCC.
This file is part of GCC.
...
...
libobjc/objc/objc.h
View file @
ad2466ae
/* Basic data types for Objective C.
/* Basic data types for Objective C.
Copyright (C) 1993, 1995, 1996, 2004, 2009,
Copyright (C) 1993-2013 Free Software Foundation, Inc.
2010, 2011 Free Software Foundation, Inc.
This file is part of GCC.
This file is part of GCC.
...
...
libobjc/objc/runtime.h
View file @
ad2466ae
/* GNU Objective-C Runtime API - Modern API
/* GNU Objective-C Runtime API - Modern API
Copyright (C) 2010
, 2011
Free Software Foundation, Inc.
Copyright (C) 2010
-2013
Free Software Foundation, Inc.
Contributed by Nicola Pero <nicola.pero@meta-innovation.com>
Contributed by Nicola Pero <nicola.pero@meta-innovation.com>
This file is part of GCC.
This file is part of GCC.
...
...
libobjc/objc/thr.h
View file @
ad2466ae
/* Thread and mutex controls for Objective C.
/* Thread and mutex controls for Objective C.
Copyright (C) 1996, 1997, 2002, 2004, 2009, 2010
Copyright (C) 1996-2013 Free Software Foundation, Inc.
Free Software Foundation, Inc.
Contributed by Galen C. Hunt (gchunt@cs.rochester.edu)
Contributed by Galen C. Hunt (gchunt@cs.rochester.edu)
This file is part of GCC.
This file is part of GCC.
...
...
libobjc/objects.c
View file @
ad2466ae
/* GNU Objective C Runtime class related functions
/* GNU Objective C Runtime class related functions
Copyright (C) 1993, 1995, 1996, 2009, 2010, 2011
Copyright (C) 1993-2013 Free Software Foundation, Inc.
Free Software Foundation, Inc.
Contributed by Kresten Krab Thorup
Contributed by Kresten Krab Thorup
This file is part of GCC.
This file is part of GCC.
...
...
libobjc/protocols.c
View file @
ad2466ae
/* GNU Objective C Runtime protocol related functions.
/* GNU Objective C Runtime protocol related functions.
Copyright (C) 2010
, 2011
Free Software Foundation, Inc.
Copyright (C) 2010
-2013
Free Software Foundation, Inc.
Contributed by Nicola Pero
Contributed by Nicola Pero
This file is part of GCC.
This file is part of GCC.
...
...
libobjc/sarray.c
View file @
ad2466ae
/* Sparse Arrays for Objective C dispatch tables
/* Sparse Arrays for Objective C dispatch tables
Copyright (C) 1993, 1995, 1996, 2002, 2004, 2009, 2010, 2011
Copyright (C) 1993-2013 Free Software Foundation, Inc.
Free Software Foundation, Inc.
This file is part of GCC.
This file is part of GCC.
...
...
libobjc/selector.c
View file @
ad2466ae
/* GNU Objective C Runtime selector related functions
/* GNU Objective C Runtime selector related functions
Copyright (C) 1993, 1995, 1996, 1997, 2002, 2004, 2009, 2010, 2011
Copyright (C) 1993-2013 Free Software Foundation, Inc.
Free Software Foundation, Inc.
Contributed by Kresten Krab Thorup
Contributed by Kresten Krab Thorup
This file is part of GCC.
This file is part of GCC.
...
...
libobjc/sendmsg.c
View file @
ad2466ae
/* GNU Objective C Runtime message lookup
/* GNU Objective C Runtime message lookup
Copyright (C) 1993, 1995, 1996, 1997, 1998,
Copyright (C) 1993-2013 Free Software Foundation, Inc.
2001, 2002, 2004, 2009, 2010 Free Software Foundation, Inc.
Contributed by Kresten Krab Thorup
Contributed by Kresten Krab Thorup
This file is part of GCC.
This file is part of GCC.
...
...
libobjc/thr.c
View file @
ad2466ae
/* GNU Objective C Runtime Thread Interface
/* GNU Objective C Runtime Thread Interface
Copyright (C) 1996
, 1997, 2009, 2010, 2012
Free Software Foundation, Inc.
Copyright (C) 1996
-2013
Free Software Foundation, Inc.
Contributed by Galen C. Hunt (gchunt@cs.rochester.edu)
Contributed by Galen C. Hunt (gchunt@cs.rochester.edu)
This file is part of GCC.
This file is part of GCC.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment