aboutsummaryrefslogtreecommitdiff
path: root/include/stdlib.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-08-03 06:06:26 +0000
committerUlrich Drepper <drepper@redhat.com>2002-08-03 06:06:26 +0000
commit6719f7a68f3e5a62103e64a4fe36a043f675a7d5 (patch)
tree1a4788522f243dab7c15b446cb7ee309dfa826ad /include/stdlib.h
parent26e73ab614c0c9e921db9c06b5f54dc88819b215 (diff)
downloadglibc-6719f7a68f3e5a62103e64a4fe36a043f675a7d5.zip
glibc-6719f7a68f3e5a62103e64a4fe36a043f675a7d5.tar.gz
glibc-6719f7a68f3e5a62103e64a4fe36a043f675a7d5.tar.bz2
(HAVE_BROKEN_ALIAS_ATTRIBUTE): Add. (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add.
Diffstat (limited to 'include/stdlib.h')
0 files changed, 0 insertions, 0 deletions
pesafe-var'>users/simark/refactor-typesafe-var Unnamed repository; edit this file 'description' to name the repository.root
aboutsummaryrefslogtreecommitdiff
path: root/gdb/nbsd-tdep.h
blob: 9d26ae9f85960470803c2259b5178257a623b8a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/* Common target-dependent definitions for NetBSD systems.
   Copyright 2002 Free Software Foundation, Inc.
   Contributed by Wasabi Systems, Inc.

   This file is part of GDB.

   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
   the Free Software Foundation; either version 2 of the License, or
   (at your option) any later version.

   This program is distributed in the hope that it will be useful,
   but WITHOUT ANY WARRANTY; without even the implied warranty of
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
   GNU General Public License for more details.

   You should have received a copy of the GNU General Public License
   along with this program; if not, write to the Free Software
   Foundation, Inc., 59 Temple Place - Suite 330,
   Boston, MA 02111-1307, USA.  */

#ifndef NBSD_TDEP_H
#define NBSD_TDEP_H

struct link_map_offsets *nbsd_ilp32_solib_svr4_fetch_link_map_offsets (void);
struct link_map_offsets *nbsd_lp64_solib_svr4_fetch_link_map_offsets (void);

int nbsd_pc_in_sigtramp (CORE_ADDR, char *);

#endif /* NBSD_TDEP_H */