Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37725345
en ru br
ALT Linux repos
S:13.2.0.43.854f46b6377-alt2
5.0: 6.6-alt3
4.1: 6.6-alt3
4.0: 6.6-alt2
3.0: 6.3-alt2

Group :: Development/Debuggers
RPM: gdb

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: gdb-alt-fix-build-on-mips.patch
Download


commit 7e439bd2231ed288fcd97d73f5b91512cb6d7c89
Author: Ivan A. Melnikov <iv@altlinux.org>
Date:   Wed Jan 16 16:44:27 2019 +0400
    mips-linux-nat: Fix build
    
    This change ammends gdb-rhbz795424-bitpos-20of25.patch
    from Fedora which missed one more place where 'int'
    should have been replaced with LONGEST.
    
    Signed-off-by: Ivan A. Melnikov <iv@altlinux.org>
diff --git a/gdb/gdb/mips-linux-nat.c b/gdb/gdb/mips-linux-nat.c
index 32835c16..e3db7b6b 100644
--- a/gdb/gdb/mips-linux-nat.c
+++ b/gdb/gdb/mips-linux-nat.c
@@ -63,7 +63,7 @@ public:
 
   bool stopped_data_address (CORE_ADDR *) override;
 
-  int region_ok_for_hw_watchpoint (CORE_ADDR, int) override;
+  int region_ok_for_hw_watchpoint (CORE_ADDR, LONGEST) override;
 
   const struct target_desc *read_description () override;
 
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin