]> Git Repo - binutils.git/blobdiff - gdb/config/nm-m3.h
* config/sparc/tm-sun4sol2.h (IN_SOLIB_TRAMPOLINE): Removed,
[binutils.git] / gdb / config / nm-m3.h
index 0d12424fa8abc5c7b91a5b27be55a428c3173f5a..41e595b0123f3c55a30c3a0fd4887b1a5724833a 100644 (file)
@@ -18,8 +18,8 @@ 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., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
-#ifndef _OS_MACH3_H_
-#define _OS_MACH3_H
+#ifndef NM_M3_H
+#define NM_M3_H
 
 #include <mach.h>
 
@@ -39,10 +39,6 @@ extern thread_t current_thread;
  */
 extern int must_suspend_thread;
 
-/* Startup the inferior task and suspend it after the correct code is loaded */
-
-#define STARTUP_INFERIOR(x)    intercept_exec_calls(x)
-
 #define PREPARE_TO_PROCEED(select_it) mach3_prepare_to_proceed(select_it)
 
 /* Try to get the privileged host port for authentication to machid
@@ -118,4 +114,4 @@ struct emul_stack_top {
 /* If in mach_msg() and ^C is typed set immediate_quit */
 #define REQUEST_QUIT() mach3_request_quit ()
 
-#endif /* _OS_MACH3_H_ */
+#endif /* NM_M3_H */
This page took 0.027028 seconds and 4 git commands to generate.