• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/bdwgc/0003-Revert-Move-asm-machine-dependent-files-to-src-folde.patch
Waldemar BrodkorbWaldemar Brodkorb committed f2cc2a3eef704 Dec 2015
Raw file
Source viewDiff to previous
xxxxxxxxxx
-   ./if_mach IA64 "" as $(AS_ABI_FLAG) -o ia64_save_regs_in_stack.o $(srcdir)/src/ia64_save_regs_in_stack.s
 
1
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
2
​
3
From 5e756d4d8df2949cb3b6e51532d3016cbb276fd7 Mon Sep 17 00:00:00 2001
4
From: Ivan Maidanski <ivmai@mail.ru>
5
Date: Fri, 27 Feb 2015 21:32:22 +0300
6
Subject: [PATCH 004/135] Revert "Move asm machine-dependent files to 'src'
7
 folder" (partly)
8
​
9
Asm files moved back to base folder to avoid build issues (reported
10
for NetBSD and Solaris on Sparc).  Alternative way is to adjust
11
configure.ac and Makefile.am properly but it requires more efforts
12
(including testing).
13
​
14
* Makefile.am (EXTRA_libgc_la_SOURCES): Remove "src/" prefix.
15
* Makefile.direct (SRCS, mach_dep.o): Likewise.
16
* src/ia64_save_regs_in_stack.s: Move to base folder.
17
* src/sparc_mach_dep.S: Likewise.
18
* src/sparc_netbsd_mach_dep.s: Likewise.
19
* src/sparc_sunos4_mach_dep.s: Likewise.
20
​
21
---
22
 Makefile.am                   |    4 +--
23
 Makefile.direct               |   20 +++++++-------
24
 ia64_save_regs_in_stack.s     |   11 ++++++++
25
 sparc_mach_dep.S              |   61 +++++++++++++++++++++++++++++++++++++++++
26
 sparc_netbsd_mach_dep.s       |   34 +++++++++++++++++++++++
27
 sparc_sunos4_mach_dep.s       |   32 +++++++++++++++++++++
28
 src/ia64_save_regs_in_stack.s |   11 --------
29
 src/sparc_mach_dep.S          |   61 -----------------------------------------
30
 src/sparc_netbsd_mach_dep.s   |   34 -----------------------
31
 src/sparc_sunos4_mach_dep.s   |   32 ---------------------
32
 11 files changed, 151 insertions(+), 151 deletions(-)
33
 create mode 100644 ia64_save_regs_in_stack.s
34
 create mode 100644 sparc_mach_dep.S
35
 create mode 100644 sparc_netbsd_mach_dep.s
36
 create mode 100644 sparc_sunos4_mach_dep.s
37
 delete mode 100644 src/ia64_save_regs_in_stack.s
38
 delete mode 100644 src/sparc_mach_dep.S
39
 delete mode 100644 src/sparc_netbsd_mach_dep.s
40
 delete mode 100644 src/sparc_sunos4_mach_dep.s
41
​
42
diff --git a/Makefile.am b/Makefile.am
43
index f8057db..1688be2 100644
44
--- a/Makefile.am
45
+++ b/Makefile.am
46
@@ -100,8 +100,8 @@ libgc_la_LIBADD = @addobjs@ $(THREADDLLIBS) $(UNWINDLIBS) $(ATOMIC_OPS_LIBS)
47
 libgc_la_DEPENDENCIES = @addobjs@
48
 libgc_la_LDFLAGS = $(extra_ldflags_libgc) -version-info 1:3:0 -no-undefined
49
 
50
-EXTRA_libgc_la_SOURCES = src/ia64_save_regs_in_stack.s src/sparc_mach_dep.S \
51
-    src/sparc_netbsd_mach_dep.s src/sparc_sunos4_mach_dep.s
52
+EXTRA_libgc_la_SOURCES = ia64_save_regs_in_stack.s sparc_mach_dep.S \
53
+    sparc_netbsd_mach_dep.s sparc_sunos4_mach_dep.s
54
 
55
 
56
 # C++ Interface
57
diff --git a/Makefile.direct b/Makefile.direct
58
index d64598b..8ab80e8 100644
59
--- a/Makefile.direct
60
+++ b/Makefile.direct
61
@@ -108,8 +108,8 @@ SRCS= $(CSRCS) \
62
   include/gc_config_macros.h include/private/pthread_support.h \
63
   include/private/pthread_stop_world.h include/private/darwin_semaphore.h \
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.