[ANNOUNCEMENT] GDB 8.2 released!

Message ID 831sa2qwon.fsf@gnu.org
State New, archived
Headers

Commit Message

Eli Zaretskii Sept. 9, 2018, 7:48 p.m. UTC
  > Date: Sun, 09 Sep 2018 22:24:38 +0300
> From: Eli Zaretskii <eliz@gnu.org>
> CC: gdb-patches@sourceware.org, mjw@redhat.com
> 
> > I didn't try the obvious patch, but maybe you could?
> 
> If you tell me what is the obvious patch, I will certainly try it.

Errr... you mean the patch below?  That works.
  

Comments

Tom Tromey Sept. 10, 2018, 1:41 a.m. UTC | #1
>>>>> "Eli" == Eli Zaretskii <eliz@gnu.org> writes:

Eli> Errr... you mean the patch below?  That works.

Yep.

Eli> +		$(DESTDIR)$(bindir)/$$transformed_name

Thanks, I had missed this the exe suffix thing.

Feel free to check this in; but if you'd rather, let me know & I can do
it.

thanks
Tom
  
Eli Zaretskii Sept. 10, 2018, 7:16 a.m. UTC | #2
> From: Tom Tromey <tom@tromey.com>
> Cc: tom@tromey.com,  gdb-patches@sourceware.org,  mjw@redhat.com
> Date: Sun, 09 Sep 2018 19:41:01 -0600
> 
> >>>>> "Eli" == Eli Zaretskii <eliz@gnu.org> writes:
> 
> Eli> Errr... you mean the patch below?  That works.
> 
> Yep.
> 
> Eli> +		$(DESTDIR)$(bindir)/$$transformed_name
> 
> Thanks, I had missed this the exe suffix thing.
> 
> Feel free to check this in; but if you'd rather, let me know & I can do
> it.

Pushed to master, thanks.
  
Tom Tromey Sept. 10, 2018, 4 p.m. UTC | #3
>>>>> "Eli" == Eli Zaretskii <eliz@gnu.org> writes:

Eli> Pushed to master, thanks.

I'm cherry-picking this to the 8.2 branch as well.

Tom
  
Eli Zaretskii Sept. 10, 2018, 5:29 p.m. UTC | #4
> From: Tom Tromey <tom@tromey.com>
> Cc: Tom Tromey <tom@tromey.com>,  gdb-patches@sourceware.org,  mjw@redhat.com
> Date: Mon, 10 Sep 2018 10:00:56 -0600
> 
> >>>>> "Eli" == Eli Zaretskii <eliz@gnu.org> writes:
> 
> Eli> Pushed to master, thanks.
> 
> I'm cherry-picking this to the 8.2 branch as well.

Great, thanks.
  

Patch

--- gdb/Makefile.in~	2018-09-05 10:44:28.000000000 +0300
+++ gdb/Makefile.in	2018-09-09 22:46:39.696000000 +0300
@@ -1768,8 +1768,8 @@ 
 	else \
 	  true ; \
 	fi ; \
-	$(INSTALL_PROGRAM) $(srcdir)/contrib/gdb-add-index.sh \
-		$(DESTDIR)$(bindir)/$$transformed_name$(EXEEXT)
+	$(INSTALL_SCRIPT) $(srcdir)/contrib/gdb-add-index.sh \
+		$(DESTDIR)$(bindir)/$$transformed_name
 	@$(MAKE) DO=install "DODIRS=$(SUBDIRS)" $(FLAGS_TO_PASS) subdir_do
 
 install-strip: