Commit efbbccf7 authored by Etienne Pierre-doray's avatar Etienne Pierre-doray Committed by Commit Bot

[zucchini]: Rename reloc_utils for reloc_win32.

Elf reloc code will go in reloc_elf.

Change-Id: Ibc93aef1cbf03a1df7b29ddf088498a70c4d3722
Reviewed-on: https://chromium-review.googlesource.com/1145688Reviewed-by: default avatarSamuel Huang <huangs@chromium.org>
Commit-Queue: Samuel Huang <huangs@chromium.org>
Commit-Queue: Etienne Pierre-Doray <etiennep@chromium.org>
Cr-Commit-Position: refs/heads/master@{#577557}
parent 6a168cab
......@@ -78,8 +78,8 @@ static_library("zucchini_lib") {
"rel32_finder.h",
"rel32_utils.cc",
"rel32_utils.h",
"reloc_utils.cc",
"reloc_utils.h",
"reloc_win32.cc",
"reloc_win32.h",
"suffix_array.h",
"target_pool.cc",
"target_pool.h",
......@@ -169,7 +169,7 @@ test("zucchini_unittests") {
"reference_set_unittest.cc",
"rel32_finder_unittest.cc",
"rel32_utils_unittest.cc",
"reloc_utils_unittest.cc",
"reloc_win32_unittest.cc",
"suffix_array_unittest.cc",
"target_pool_unittest.cc",
"targets_affinity_unittest.cc",
......
......@@ -15,7 +15,7 @@
#include "components/zucchini/buffer_source.h"
#include "components/zucchini/rel32_finder.h"
#include "components/zucchini/rel32_utils.h"
#include "components/zucchini/reloc_utils.h"
#include "components/zucchini/reloc_win32.h"
namespace zucchini {
......
......@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/zucchini/reloc_utils.h"
#include "components/zucchini/reloc_win32.h"
#include <algorithm>
#include <tuple>
......
......@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef COMPONENTS_ZUCCHINI_RELOC_UTILS_H_
#define COMPONENTS_ZUCCHINI_RELOC_UTILS_H_
#ifndef COMPONENTS_ZUCCHINI_RELOC_WIN32_H_
#define COMPONENTS_ZUCCHINI_RELOC_WIN32_H_
#include <stddef.h>
#include <stdint.h>
......@@ -137,4 +137,4 @@ class RelocWriterWin32 : public ReferenceWriter {
} // namespace zucchini
#endif // COMPONENTS_ZUCCHINI_RELOC_UTILS_H_
#endif // COMPONENTS_ZUCCHINI_RELOC_WIN32_H_
......@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "components/zucchini/reloc_utils.h"
#include "components/zucchini/reloc_win32.h"
#include <stdint.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment