comparison src/share/vm/utilities/elfSymbolTable.hpp @ 3960:f08d439fab8c

7089790: integrate bsd-port changes Reviewed-by: kvn, twisti, jrose Contributed-by: Kurt Miller <kurt@intricatesoftware.com>, Greg Lewis <glewis@eyesbeyond.com>, Jung-uk Kim <jkim@freebsd.org>, Christos Zoulas <christos@zoulas.com>, Landon Fuller <landonf@plausible.coop>, The FreeBSD Foundation <board@freebsdfoundation.org>, Michael Franz <mvfranz@gmail.com>, Roger Hoover <rhoover@apple.com>, Alexander Strange <astrange@apple.com>
author never
date Sun, 25 Sep 2011 16:03:29 -0700
parents 2d4762ec74af
children d7e3846464d0
comparison
equal deleted inserted replaced
3959:eda6988c0d81 3960:f08d439fab8c
23 */ 23 */
24 24
25 #ifndef __ELF_SYMBOL_TABLE_HPP 25 #ifndef __ELF_SYMBOL_TABLE_HPP
26 #define __ELF_SYMBOL_TABLE_HPP 26 #define __ELF_SYMBOL_TABLE_HPP
27 27
28 #ifndef _WINDOWS 28 #if !defined(_WINDOWS) && !defined(__APPLE__)
29 29
30 30
31 #include "memory/allocation.hpp" 31 #include "memory/allocation.hpp"
32 #include "utilities/decoder.hpp" 32 #include "utilities/decoder.hpp"
33 #include "utilities/elfFile.hpp" 33 #include "utilities/elfFile.hpp"
66 }; 66 };
67 67
68 #endif // _WINDOWS 68 #endif // _WINDOWS
69 69
70 #endif // __ELF_SYMBOL_TABLE_HPP 70 #endif // __ELF_SYMBOL_TABLE_HPP
71
72
73