Rename set-solib-absolute-prefix.exp to x86-set-solib-absolute-prefix.exp

Message ID 20250407120531.3183621-1-ahajkova@redhat.com
State New
Headers
Series Rename set-solib-absolute-prefix.exp to x86-set-solib-absolute-prefix.exp |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_gdb_build--master-aarch64 fail Patch failed to apply
linaro-tcwg-bot/tcwg_gdb_build--master-arm fail Patch failed to apply

Commit Message

Alexandra Petlanova Hajkova April 7, 2025, 12:05 p.m. UTC
  and move it from gdb.base to gdb.arch as it's a target specific test.
---
 .../x86-set-solib-absolute-prefix.c}                              | 0
 .../x86-set-solib-absolute-prefix.exp}                            | 0
 2 files changed, 0 insertions(+), 0 deletions(-)
 rename gdb/testsuite/{gdb.base/set-solib-absolute-prefix.c => gdb.arch/x86-set-solib-absolute-prefix.c} (100%)
 rename gdb/testsuite/{gdb.base/set-solib-absolute-prefix.exp => gdb.arch/x86-set-solib-absolute-prefix.exp} (100%)
  

Comments

Maciej W. Rozycki April 7, 2025, 1:43 p.m. UTC | #1
On Mon, 7 Apr 2025, Alexandra Hájková wrote:

> and move it from gdb.base to gdb.arch as it's a target specific test.

 LGTM, thank you for doing this clean-up.

Reviewed-by: Maciej W. Rozycki <macro@redhat.com>

  Maciej
  
Tom Tromey April 7, 2025, 3:29 p.m. UTC | #2
>>>>> "Maciej" == Maciej W Rozycki <macro@redhat.com> writes:

Maciej> On Mon, 7 Apr 2025, Alexandra Hájková wrote:
>> and move it from gdb.base to gdb.arch as it's a target specific test.

Maciej>  LGTM, thank you for doing this clean-up.

Maciej> Reviewed-by: Maciej W. Rozycki <macro@redhat.com>

Seems fine to me too, thanks.
Approved-By: Tom Tromey <tom@tromey.com>

Tom
  
Andrew Burgess April 8, 2025, 8:51 a.m. UTC | #3
Alexandra Hájková <ahajkova@redhat.com> writes:

> and move it from gdb.base to gdb.arch as it's a target specific test.

Please write commit messages as complete sentences.  Don't have them
run-on from the commit's subject line.

Thanks,
Andrew



> ---
>  .../x86-set-solib-absolute-prefix.c}                              | 0
>  .../x86-set-solib-absolute-prefix.exp}                            | 0
>  2 files changed, 0 insertions(+), 0 deletions(-)
>  rename gdb/testsuite/{gdb.base/set-solib-absolute-prefix.c => gdb.arch/x86-set-solib-absolute-prefix.c} (100%)
>  rename gdb/testsuite/{gdb.base/set-solib-absolute-prefix.exp => gdb.arch/x86-set-solib-absolute-prefix.exp} (100%)
>
> diff --git a/gdb/testsuite/gdb.base/set-solib-absolute-prefix.c b/gdb/testsuite/gdb.arch/x86-set-solib-absolute-prefix.c
> similarity index 100%
> rename from gdb/testsuite/gdb.base/set-solib-absolute-prefix.c
> rename to gdb/testsuite/gdb.arch/x86-set-solib-absolute-prefix.c
> diff --git a/gdb/testsuite/gdb.base/set-solib-absolute-prefix.exp b/gdb/testsuite/gdb.arch/x86-set-solib-absolute-prefix.exp
> similarity index 100%
> rename from gdb/testsuite/gdb.base/set-solib-absolute-prefix.exp
> rename to gdb/testsuite/gdb.arch/x86-set-solib-absolute-prefix.exp
> -- 
> 2.49.0
  

Patch

diff --git a/gdb/testsuite/gdb.base/set-solib-absolute-prefix.c b/gdb/testsuite/gdb.arch/x86-set-solib-absolute-prefix.c
similarity index 100%
rename from gdb/testsuite/gdb.base/set-solib-absolute-prefix.c
rename to gdb/testsuite/gdb.arch/x86-set-solib-absolute-prefix.c
diff --git a/gdb/testsuite/gdb.base/set-solib-absolute-prefix.exp b/gdb/testsuite/gdb.arch/x86-set-solib-absolute-prefix.exp
similarity index 100%
rename from gdb/testsuite/gdb.base/set-solib-absolute-prefix.exp
rename to gdb/testsuite/gdb.arch/x86-set-solib-absolute-prefix.exp