Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1641)

Unified Diff: runtime/vm/gdbjit_openbsd.h

Issue 1559053002: Refs #10260 OpenBSD support #25327 Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Address code review issues Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/vm/debuginfo_openbsd.cc ('k') | runtime/vm/gdbjit_openbsd.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/gdbjit_openbsd.h
diff --git a/runtime/vm/gdbjit_linux.h b/runtime/vm/gdbjit_openbsd.h
similarity index 80%
copy from runtime/vm/gdbjit_linux.h
copy to runtime/vm/gdbjit_openbsd.h
index cf259f6e2e92cd3e49f6526c73d1bb658e39031d..5483a44517ab614cbc02684357e541e2d7cdb9b5 100644
--- a/runtime/vm/gdbjit_linux.h
+++ b/runtime/vm/gdbjit_openbsd.h
@@ -2,8 +2,8 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-#ifndef VM_GDBJIT_LINUX_H_
-#define VM_GDBJIT_LINUX_H_
+#ifndef VM_GDBJIT_OPENBSD_H_
+#define VM_GDBJIT_OPENBSD_H_
#include <stdint.h>
@@ -12,4 +12,4 @@ extern "C" {
void deleteDynamicSections();
};
-#endif // VM_GDBJIT_LINUX_H_
+#endif // VM_GDBJIT_OPENBSD_H_
« no previous file with comments | « runtime/vm/debuginfo_openbsd.cc ('k') | runtime/vm/gdbjit_openbsd.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698