Skip to content

Commit

Permalink
making a few more files compilable
Browse files Browse the repository at this point in the history
  • Loading branch information
User Kvasa committed Aug 12, 2013
1 parent d35574a commit 86b7c14
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
2 changes: 0 additions & 2 deletions Gcreate_addr_space.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */

#include <stdlib.h>

#include "unwind_i.h"

#if defined(_LITTLE_ENDIAN) && !defined(__LITTLE_ENDIAN)
Expand Down
3 changes: 1 addition & 2 deletions Gglobal.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */

#include "config.h"
#include "unwind_i.h"
#include "dwarf_i.h"
#include "include/dwarf_i.h"

HIDDEN define_lock (x86_64_lock);
HIDDEN int tdep_init_done;
Expand Down
6 changes: 2 additions & 4 deletions unwind_i.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,9 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
#ifndef unwind_i_h
#define unwind_i_h

#include <stdint.h>
#include "include/libunwind-x86_64.h"

#include <libunwind-x86_64.h>

#include "libunwind_i.h"
#include "include/libunwind_i.h"
#include <sys/ucontext.h>

/* DWARF column numbers for x86_64: */
Expand Down
1 change: 1 addition & 0 deletions x86

0 comments on commit 86b7c14

Please sign in to comment.