From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 113586 invoked by alias); 26 Sep 2018 14:54:02 -0000 Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org Received: (qmail 113576 invoked by uid 89); 26 Sep 2018 14:54:01 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.0 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy= X-HELO: mail-yw1-f51.google.com Received: from mail-yw1-f51.google.com (HELO mail-yw1-f51.google.com) (209.85.161.51) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 26 Sep 2018 14:54:00 +0000 Received: by mail-yw1-f51.google.com with SMTP id q129-v6so10897778ywg.8 for ; Wed, 26 Sep 2018 07:54:00 -0700 (PDT) MIME-Version: 1.0 From: Gary Benson Date: Wed, 26 Sep 2018 14:54:00 -0000 Message-ID: Subject: Minimum kernel and glibc versions to build on GNU/Linux? To: gdb@sourceware.org Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2018-09/txt/msg00028.txt.bz2 Hi all, Are there specific minimum kernel and glibc versions required to build GDB or gdbserver on GNU/Linux? I'm working on a refactor that's complicated by workarounds for ancient versions of both (circa 2002) and I'm wondering if I can just drop the workarounds. Cheers, Gary